#126A29

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

Shades of Camarone #126A29

Tints of Camarone #126A29

Color information

#126A29 (or 0x126A29) is unknown color: approx Camarone. HEX triplet: 12, 6A and 29. RGB value is (18,106,41). Sum of RGB (Red+Green+Blue) = 18+106+41=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 106 (41.80% from 255 or 64.24% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 106 - color contains mainly: green. Hex color #126A29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A29 is #ED95D6. Grayscale: #484848. Windows color (decimal): -15570391 or 2714130. OLE color: 2714130.

HSL color Cylindrical-coordinate representation of color #126A29: hue angle of 135.68º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126A29 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1810641-
CMYK0.8300.610.58
HSL135.68º70.97%24.31%-
HSV(B)135.68º83.02%41.57%-
XYZ5.810.63.84-
YUV72.28110.3589.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 106 (41.80% from 255) = 64.24%
BLUE value IS 41 (16.41% from 255) = 24.85%
R=10.91%
G=64.24%
B=24.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18106410.8300.610.58135.6870.9724.31
Hex126A295303D3A884718
Octal22152511230757221010730
Binary1001011010101010011010011011110111101010001000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126A29; }

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

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

<style>
 a { background-color: #126A29; }

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

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

<style>
 span { border-color: #126A29; }

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

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