#126A2D

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

Shades of Camarone #126A2D

Tints of Camarone #126A2D

Color information

#126A2D (or 0x126A2D) is unknown color: approx Camarone. HEX triplet: 12, 6A and 2D. RGB value is (18,106,45). Sum of RGB (Red+Green+Blue) = 18+106+45=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 106 (41.80% from 255 or 62.72% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 106 - color contains mainly: green. Hex color #126A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A2D is #ED95D2. Grayscale: #484848. Windows color (decimal): -15570387 or 2976274. OLE color: 2976274.

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

Color convert

RGB1810645-
CMYK0.8300.580.58
HSL138.41º70.97%24.31%-
HSV(B)138.41º83.02%41.57%-
XYZ5.8810.634.22-
YUV72.73112.3588.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 106 (41.80% from 255) = 62.72%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=10.65%
G=62.72%
B=26.63%

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
Decimal18106450.8300.580.58138.4170.9724.31
Hex126A2D5303A3A8a4718
Octal22152551230727221210730
Binary1001011010101011011010011011101011101010001010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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