#126C2D

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

Shades of Camarone #126C2D

Tints of Camarone #126C2D

Color information

#126C2D (or 0x126C2D) is unknown color: approx Camarone. HEX triplet: 12, 6C and 2D. RGB value is (18,108,45). Sum of RGB (Red+Green+Blue) = 18+108+45=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 108 (42.58% from 255 or 63.16% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 108 - color contains mainly: green. Hex color #126C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126C2D is #ED93D2. Grayscale: #4A4A4A. Windows color (decimal): -15569875 or 2976786. OLE color: 2976786.

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

Color convert

RGB1810845-
CMYK0.8300.580.58
HSL138º71.43%24.71%-
HSV(B)138º83.33%42.35%-
XYZ6.0911.044.29-
YUV73.91111.6888.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 108 (42.58% from 255) = 63.16%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=10.53%
G=63.16%
B=26.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18108450.8300.580.5813871.4324.71
Hex126C2D5303A3A8a4719
Octal22154551230727221210731
Binary1001011011001011011010011011101011101010001010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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