#127C29

Color #127C29 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #127C29

Tints of Camarone #127C29

Color information

#127C29 (or 0x127C29) is unknown color: approx Camarone. HEX triplet: 12, 7C and 29. RGB value is (18,124,41). Sum of RGB (Red+Green+Blue) = 18+124+41=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 124 (48.83% from 255 or 67.76% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 124 - color contains mainly: green. Hex color #127C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C29 is #ED83D6. Grayscale: #535353. Windows color (decimal): -15565783 or 2718738. OLE color: 2718738.

HSL color Cylindrical-coordinate representation of color #127C29: hue angle of 133.02º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C29 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB1812441-
CMYK0.8500.670.51
HSL133.02º74.65%27.84%-
HSV(B)133.02º85.48%48.63%-
XYZ7.8614.74.52-
YUV82.84104.3881.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 124 (48.83% from 255) = 67.76%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=9.84%
G=67.76%
B=22.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18124410.8500.670.51133.0274.6527.84
Hex127C295504333854b1c
Octal221745112501036320511334
Binary10010111110010100110101010100001111001110000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127C29; }

 p { color: rgb(18,124,41); }

 H1.HeaderClassName
 {
   color: #127C29;
 }
 .AnyTagClassName
 {
   color: #127C29;
 }
</style>
background-color css

<style>
 a { background-color: #127C29; }

 a { background-color: rgb(18,124,41); }

 div.DivClassName
 {
   background-color: #127C29;
 }
 .BgClassName
 {
   background-color: #127C29;
 }
</style>
border-color css

<style>
 span { border-color: #127C29; }

 span { border-color: rgb(18,124,41); }

 td.TdClassName
 {
   border-color: #127C29;
 }
 .TagClassName
 {
   border-color: #127C29;
 }
</style>