Html Css Color HEX #0E711E Camarone

📋 copy color: '#0E711E'

red 14 ◦ green 113 ◦ blue 30

#0E711E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camarone #0E711E

Tints of Camarone #0E711E

RGB

 RED value IS 14 (5.86% from 255) = 8.92%

 GREEN value IS 113 (44.53% from 255) = 71.97%

 BLUE value IS 30 (12.11% from 255) = 19.11%

R = 8.92%
G = 71.97%
B = 19.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#0E711E (or 0x0E711E) is known color: Camarone. HEX triplet: 0E, 71 and 1E. RGB value is (14,113,30). Sum of RGB (Red+Green+Blue) = 14+113+30=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #0E711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E711E is #F18EE1. Grayscale: #4A4A4A. Windows color (decimal): -15830754 or 1995022. OLE color: 1995022.

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

Color convert

RGB 14 113 30 -
CMYK 0.88 0 0.73 0.56
HSL 129.7º 0.78% 0.25% -
HSV(B) 129.7º 0.88% 0.44% -
XYZ 6.32 12 3.21 -
YUV 73.94 103.2 85.25 -
System Red Green Blue C M Y K H S L
Decimal 14 113 30 0.88 0 0.73 0.56 129.7 0.78 0.25
Hex E 71 1E 58 0 49 38 82 4E 19
Octal 16 161 36 130 0 111 70 202 116 31
Binary 1110 1110001 11110 1011000 0 1001001 111000 10000010 1001110 11001

Color Harmonies of #0E711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E711E

Black with #0E711E

Text Example


Text Example

White with #0E711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,113,30); }

 H1.HeaderClassName
 {
   color: #0E711E;
 }
 .AnyTagClassName
 {
   color: #0E711E;
 }
</style>

background-color css

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

 a { background-color: rgb(14,113,30); }

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

border-color css

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

 span { border-color: rgb(14,113,30); }

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