#126F2D

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

Shades of Camarone #126F2D

Tints of Camarone #126F2D

Color information

#126F2D (or 0x126F2D) is unknown color: approx Camarone. HEX triplet: 12, 6F and 2D. RGB value is (18,111,45). Sum of RGB (Red+Green+Blue) = 18+111+45=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 111 (43.75% from 255 or 63.79% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 111 - color contains mainly: green. Hex color #126F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F2D is #ED90D2. Grayscale: #4B4B4B. Windows color (decimal): -15569107 or 2977554. OLE color: 2977554.

HSL color Cylindrical-coordinate representation of color #126F2D: hue angle of 137.42º 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 #126F2D is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1811145-
CMYK0.8400.590.56
HSL137.42º72.09%25.29%-
HSV(B)137.42º83.78%43.53%-
XYZ6.4111.694.4-
YUV75.67110.6986.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 111 (43.75% from 255) = 63.79%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=10.34%
G=63.79%
B=25.86%

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
Decimal18111450.8400.590.56137.4272.0925.29
Hex126F2D5403B38894819
Octal22157551240737021111031
Binary1001011011111011011010100011101111100010001001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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