Html Css Color HEX #0E8B37 Dark Spring Green

📋 copy color: '#0E8B37'

red 14 ◦ green 139 ◦ blue 55

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

Shades of Dark Spring Green #0E8B37

Tints of Dark Spring Green #0E8B37

RGB

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

 GREEN value IS 139 (54.69% from 255) = 66.83%

 BLUE value IS 55 (21.88% from 255) = 26.44%

R = 6.73%
G = 66.83%
B = 26.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#0E8B37 (or 0x0E8B37) is known color: Dark Spring Green. HEX triplet: 0E, 8B and 37. RGB value is (14,139,55). Sum of RGB (Red+Green+Blue) = 14+139+55=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 139 (54.69% from 255 or 66.83% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8B37 is #F174C8. Grayscale: #5C5C5C. Windows color (decimal): -15824073 or 3640078. OLE color: 3640078.

HSL color Cylindrical-coordinate representation of color #0E8B37: hue angle of 139.68º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8B37 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 139 55 -
CMYK 0.90 0 0.60 0.45
HSL 139.68º 0.82% 0.3% -
HSV(B) 139.68º 0.9% 0.55% -
XYZ 10.1 18.83 6.72 -
YUV 92.05 107.09 72.33 -
System Red Green Blue C M Y K H S L
Decimal 14 139 55 0.90 0 0.60 0.45 139.68 0.82 0.3
Hex E 8B 37 5A 0 3C 2D 8C 52 1E
Octal 16 213 67 132 0 74 55 214 122 36
Binary 1110 10001011 110111 1011010 0 111100 101101 10001100 1010010 11110

Color Harmonies of #0E8B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8B37

Black with #0E8B37

Text Example


Text Example

White with #0E8B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,139,55); }

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

background-color css

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

 a { background-color: rgb(14,139,55); }

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

border-color css

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

 span { border-color: rgb(14,139,55); }

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