#126B2A

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

Shades of Camarone #126B2A

Tints of Camarone #126B2A

Color information

#126B2A (or 0x126B2A) is unknown color: approx Camarone. HEX triplet: 12, 6B and 2A. RGB value is (18,107,42). Sum of RGB (Red+Green+Blue) = 18+107+42=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #126B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126B2A is #ED94D5. Grayscale: #494949. Windows color (decimal): -15570134 or 2779922. OLE color: 2779922.

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

Color convert

RGB1810742-
CMYK0.8300.610.58
HSL136.18º71.2%24.51%-
HSV(B)136.18º83.18%41.96%-
XYZ5.9310.813.96-
YUV72.98110.5188.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 107 (42.19% from 255) = 64.07%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=10.78%
G=64.07%
B=25.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18107420.8300.610.58136.1871.224.51
Hex126B2A5303D3A884719
Octal22153521230757221010731
Binary1001011010111010101010011011110111101010001000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,107,42); }

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

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

 a { background-color: rgb(18,107,42); }

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

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

 span { border-color: rgb(18,107,42); }

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