#126D2B

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

Shades of Camarone #126D2B

Tints of Camarone #126D2B

Color information

#126D2B (or 0x126D2B) is unknown color: approx Camarone. HEX triplet: 12, 6D and 2B. RGB value is (18,109,43). Sum of RGB (Red+Green+Blue) = 18+109+43=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 109 (42.97% from 255 or 64.12% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 109 - color contains mainly: green. Hex color #126D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126D2B is #ED92D4. Grayscale: #4A4A4A. Windows color (decimal): -15569621 or 2845970. OLE color: 2845970.

HSL color Cylindrical-coordinate representation of color #126D2B: hue angle of 136.48º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D2B is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1810943-
CMYK0.8300.610.57
HSL136.48º71.65%24.9%-
HSV(B)136.48º83.49%42.75%-
XYZ6.1511.244.13-
YUV74.27110.3587.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 109 (42.97% from 255) = 64.12%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=10.59%
G=64.12%
B=25.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18109430.8300.610.57136.4871.6524.9
Hex126D2B5303D39884819
Octal22155531230757121011031
Binary1001011011011010111010011011110111100110001000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,109,43); }

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

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

 a { background-color: rgb(18,109,43); }

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

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

 span { border-color: rgb(18,109,43); }

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