#126A28

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

Shades of Camarone #126A28

Tints of Camarone #126A28

Color information

#126A28 (or 0x126A28) is unknown color: approx Camarone. HEX triplet: 12, 6A and 28. RGB value is (18,106,40). Sum of RGB (Red+Green+Blue) = 18+106+40=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 106 (41.80% from 255 or 64.63% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 106 - color contains mainly: green. Hex color #126A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A28 is #ED95D7. Grayscale: #484848. Windows color (decimal): -15570392 or 2648594. OLE color: 2648594.

HSL color Cylindrical-coordinate representation of color #126A28: hue angle of 135º 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 #126A28 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1810640-
CMYK0.8300.620.58
HSL135º70.97%24.31%-
HSV(B)135º83.02%41.57%-
XYZ5.7910.593.75-
YUV72.16109.8589.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 106 (41.80% from 255) = 64.63%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=10.98%
G=64.63%
B=24.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18106400.8300.620.5813570.9724.31
Hex126A285303E3A874718
Octal22152501230767220710730
Binary1001011010101010001010011011111011101010000111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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