#0E732B

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

Shades of Camarone #0E732B

Tints of Camarone #0E732B

Color information

#0E732B (or 0x0E732B) is unknown color: approx Camarone. HEX triplet: 0E, 73 and 2B. RGB value is (14,115,43). Sum of RGB (Red+Green+Blue) = 14+115+43=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 115 (45.31% from 255 or 66.86% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 115 - color contains mainly: green. Hex color #0E732B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E732B is #F18CD4. Grayscale: #4C4C4C. Windows color (decimal): -15830229 or 2847502. OLE color: 2847502.

HSL color Cylindrical-coordinate representation of color #0E732B: hue angle of 137.23º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E732B is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1411543-
CMYK0.8800.630.55
HSL137.23º78.29%25.29%-
HSV(B)137.23º87.83%45.1%-
XYZ6.7512.534.35-
YUV76.59109.0483.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.14%
GREEN value IS 115 (45.31% from 255) = 66.86%
BLUE value IS 43 (17.19% from 255) = 25%
R=8.14%
G=66.86%
B=25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14115430.8800.630.55137.2378.2925.29
HexE732B5803F37894e19
Octal16163531300776721111631
Binary111011100111010111011000011111111011110001001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E732B; }

 p { color: rgb(14,115,43); }

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

<style>
 a { background-color: #0E732B; }

 a { background-color: rgb(14,115,43); }

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

<style>
 span { border-color: #0E732B; }

 span { border-color: rgb(14,115,43); }

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