#126F2E

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

Shades of Camarone #126F2E

Tints of Camarone #126F2E

Color information

#126F2E (or 0x126F2E) is unknown color: approx Camarone. HEX triplet: 12, 6F and 2E. RGB value is (18,111,46). Sum of RGB (Red+Green+Blue) = 18+111+46=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 111 (43.75% from 255 or 63.43% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 111 - color contains mainly: green. Hex color #126F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F2E is #ED90D1. Grayscale: #4B4B4B. Windows color (decimal): -15569106 or 3043090. OLE color: 3043090.

HSL color Cylindrical-coordinate representation of color #126F2E: hue angle of 138.06º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F2E is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1811146-
CMYK0.8400.590.56
HSL138.06º72.09%25.29%-
HSV(B)138.06º83.78%43.53%-
XYZ6.4311.694.5-
YUV75.78111.1986.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 111 (43.75% from 255) = 63.43%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=10.29%
G=63.43%
B=26.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111460.8400.590.56138.0672.0925.29
Hex126F2E5403B388a4819
Octal22157561240737021211031
Binary1001011011111011101010100011101111100010001010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,111,46); }

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

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

 a { background-color: rgb(18,111,46); }

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

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

 span { border-color: rgb(18,111,46); }

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