Html Css Color HEX #0E512F Zuccini

📋 copy color: '#0E512F'

red 14 ◦ green 81 ◦ blue 47

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

Shades of Zuccini #0E512F

Tints of Zuccini #0E512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 57.04%

 BLUE value IS 47 (18.75% from 255) = 33.1%

R = 9.86%
G = 57.04%
B = 33.1%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0.68

RGB Variations

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

Color information

#0E512F (or 0x0E512F) is known color: Zuccini. HEX triplet: 0E, 51 and 2F. RGB value is (14,81,47). Sum of RGB (Red+Green+Blue) = 14+81+47=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #0E512F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E512F is #F1AED0. Grayscale: #393939. Windows color (decimal): -15838929 or 3100942. OLE color: 3100942.

HSL color Cylindrical-coordinate representation of color #0E512F: hue angle of 149.55º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E512F is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB 14 81 47 -
CMYK 0.83 0 0.42 0.68
HSL 149.55º 0.71% 0.19% -
HSV(B) 149.55º 0.83% 0.32% -
XYZ 3.64 6.18 3.69 -
YUV 57.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 14 81 47 0.83 0 0.42 0.68 149.55 0.71 0.19
Hex E 51 2F 53 0 2A 44 96 47 13
Octal 16 121 57 123 0 52 104 226 107 23
Binary 1110 1010001 101111 1010011 0 101010 1000100 10010110 1000111 10011

Color Harmonies of #0E512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E512F

Black with #0E512F

Text Example


Text Example

White with #0E512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,81,47); }

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

background-color css

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

 a { background-color: rgb(14,81,47); }

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

border-color css

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

 span { border-color: rgb(14,81,47); }

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