Html Css Color HEX #0E833B Dark Spring Green

📋 copy color: '#0E833B'

red 14 ◦ green 131 ◦ blue 59

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

Shades of Dark Spring Green #0E833B

Tints of Dark Spring Green #0E833B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 64.22%

 BLUE value IS 59 (23.44% from 255) = 28.92%

R = 6.86%
G = 64.22%
B = 28.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#0E833B (or 0x0E833B) is known color: Dark Spring Green. HEX triplet: 0E, 83 and 3B. RGB value is (14,131,59). Sum of RGB (Red+Green+Blue) = 14+131+59=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #0E833B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E833B is #F17CC4. Grayscale: #575757. Windows color (decimal): -15826117 or 3900174. OLE color: 3900174.

HSL color Cylindrical-coordinate representation of color #0E833B: hue angle of 143.08º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E833B is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 131 59 -
CMYK 0.89 0 0.55 0.49
HSL 143.08º 0.81% 0.28% -
HSV(B) 143.08º 0.89% 0.51% -
XYZ 9.09 16.64 6.87 -
YUV 87.81 111.74 75.35 -
System Red Green Blue C M Y K H S L
Decimal 14 131 59 0.89 0 0.55 0.49 143.08 0.81 0.28
Hex E 83 3B 59 0 37 31 8F 51 1C
Octal 16 203 73 131 0 67 61 217 121 34
Binary 1110 10000011 111011 1011001 0 110111 110001 10001111 1010001 11100

Color Harmonies of #0E833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E833B

Black with #0E833B

Text Example


Text Example

White with #0E833B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,131,59); }

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

background-color css

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

 a { background-color: rgb(14,131,59); }

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

border-color css

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

 span { border-color: rgb(14,131,59); }

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