#14702F

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

Shades of Camarone #14702F

Tints of Camarone #14702F

Color information

#14702F (or 0x14702F) is unknown color: approx Camarone. HEX triplet: 14, 70 and 2F. RGB value is (20,112,47). Sum of RGB (Red+Green+Blue) = 20+112+47=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #14702F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14702F is #EB8FD0. Grayscale: #4D4D4D. Windows color (decimal): -15437777 or 3108884. OLE color: 3108884.

HSL color Cylindrical-coordinate representation of color #14702F: hue angle of 137.61º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14702F is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB2011247-
CMYK0.8200.580.56
HSL137.61º69.7%25.88%-
HSV(B)137.61º82.14%43.92%-
XYZ6.611.944.65-
YUV77.08111.0287.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 112 (44.14% from 255) = 62.57%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=11.17%
G=62.57%
B=26.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20112470.8200.580.56137.6169.725.88
Hex14702F5203A388a461a
Octal24160571220727021210632
Binary1010011100001011111010010011101011100010001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14702F; }

 p { color: rgb(20,112,47); }

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

<style>
 a { background-color: #14702F; }

 a { background-color: rgb(20,112,47); }

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

<style>
 span { border-color: #14702F; }

 span { border-color: rgb(20,112,47); }

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