Html Css Color HEX #0E8533 Dark Spring Green

📋 copy color: '#0E8533'

red 14 ◦ green 133 ◦ blue 51

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

Shades of Dark Spring Green #0E8533

Tints of Dark Spring Green #0E8533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 67.17%

 BLUE value IS 51 (20.31% from 255) = 25.76%

R = 7.07%
G = 67.17%
B = 25.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#0E8533 (or 0x0E8533) is known color: Dark Spring Green. HEX triplet: 0E, 85 and 33. RGB value is (14,133,51). Sum of RGB (Red+Green+Blue) = 14+133+51=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 133 (52.34% from 255 or 67.17% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8533 is #F17ACC. Grayscale: #585858. Windows color (decimal): -15825613 or 3376398. OLE color: 3376398.

HSL color Cylindrical-coordinate representation of color #0E8533: hue angle of 138.66º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8533 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 133 51 -
CMYK 0.89 0 0.62 0.48
HSL 138.66º 0.81% 0.29% -
HSV(B) 138.66º 0.89% 0.52% -
XYZ 9.17 17.11 5.95 -
YUV 88.07 107.08 75.17 -
System Red Green Blue C M Y K H S L
Decimal 14 133 51 0.89 0 0.62 0.48 138.66 0.81 0.29
Hex E 85 33 59 0 3E 30 8B 51 1D
Octal 16 205 63 131 0 76 60 213 121 35
Binary 1110 10000101 110011 1011001 0 111110 110000 10001011 1010001 11101

Color Harmonies of #0E8533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8533

Black with #0E8533

Text Example


Text Example

White with #0E8533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,133,51); }

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

background-color css

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

 a { background-color: rgb(14,133,51); }

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

border-color css

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

 span { border-color: rgb(14,133,51); }

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