Html Css Color HEX #0E783A Dark Spring Green

📋 copy color: '#0E783A'

red 14 ◦ green 120 ◦ blue 58

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

Shades of Dark Spring Green #0E783A

Tints of Dark Spring Green #0E783A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 62.5%

 BLUE value IS 58 (23.05% from 255) = 30.21%

R = 7.29%
G = 62.5%
B = 30.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#0E783A (or 0x0E783A) is known color: Dark Spring Green. HEX triplet: 0E, 78 and 3A. RGB value is (14,120,58). Sum of RGB (Red+Green+Blue) = 14+120+58=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 120 (47.27% from 255 or 62.5% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 120 - color contains mainly: green. Hex color #0E783A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E783A is #F187C5. Grayscale: #515151. Windows color (decimal): -15828934 or 3831822. OLE color: 3831822.

HSL color Cylindrical-coordinate representation of color #0E783A: hue angle of 144.91º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E783A is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 120 58 -
CMYK 0.88 0 0.52 0.53
HSL 144.91º 0.79% 0.26% -
HSV(B) 144.91º 0.88% 0.47% -
XYZ 7.66 13.83 6.27 -
YUV 81.24 114.88 80.04 -
System Red Green Blue C M Y K H S L
Decimal 14 120 58 0.88 0 0.52 0.53 144.91 0.79 0.26
Hex E 78 3A 58 0 34 35 91 4F 1A
Octal 16 170 72 130 0 64 65 221 117 32
Binary 1110 1111000 111010 1011000 0 110100 110101 10010001 1001111 11010

Color Harmonies of #0E783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E783A

Black with #0E783A

Text Example


Text Example

White with #0E783A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,120,58); }

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

background-color css

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

 a { background-color: rgb(14,120,58); }

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

border-color css

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

 span { border-color: rgb(14,120,58); }

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