Html Css Color HEX #0E7B41 Dark Spring Green

📋 copy color: '#0E7B41'

red 14 ◦ green 123 ◦ blue 65

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

Shades of Dark Spring Green #0E7B41

Tints of Dark Spring Green #0E7B41

RGB

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

 GREEN value IS 123 (48.44% from 255) = 60.89%

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 6.93%
G = 60.89%
B = 32.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#0E7B41 (or 0x0E7B41) is known color: Dark Spring Green. HEX triplet: 0E, 7B and 41. RGB value is (14,123,65). Sum of RGB (Red+Green+Blue) = 14+123+65=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 123 (48.44% from 255 or 60.89% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7B41 is #F184BE. Grayscale: #535353. Windows color (decimal): -15828159 or 4291342. OLE color: 4291342.

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

Color convert

RGB 14 123 65 -
CMYK 0.89 0 0.47 0.52
HSL 148.07º 0.8% 0.27% -
HSV(B) 148.07º 0.89% 0.48% -
XYZ 8.22 14.64 7.39 -
YUV 83.8 117.39 78.22 -
System Red Green Blue C M Y K H S L
Decimal 14 123 65 0.89 0 0.47 0.52 148.07 0.8 0.27
Hex E 7B 41 59 0 2F 34 94 50 1B
Octal 16 173 101 131 0 57 64 224 120 33
Binary 1110 1111011 1000001 1011001 0 101111 110100 10010100 1010000 11011

Color Harmonies of #0E7B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7B41

Black with #0E7B41

Text Example


Text Example

White with #0E7B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,123,65); }

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

background-color css

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

 a { background-color: rgb(14,123,65); }

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

border-color css

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

 span { border-color: rgb(14,123,65); }

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