Html Css Color HEX #0E241C Dark Green

📋 copy color: '#0E241C'

red 14 ◦ green 36 ◦ blue 28

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

Shades of Dark Green #0E241C

Tints of Dark Green #0E241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 46.15%

 BLUE value IS 28 (11.33% from 255) = 35.9%

R = 17.95%
G = 46.15%
B = 35.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.86

RGB Variations

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

Color information

#0E241C (or 0x0E241C) is known color: Dark Green. HEX triplet: 0E, 24 and 1C. RGB value is (14,36,28). Sum of RGB (Red+Green+Blue) = 14+36+28=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #0E241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E241C is #F1DBE3. Grayscale: #1C1C1C. Windows color (decimal): -15850468 or 1844238. OLE color: 1844238.

HSL color Cylindrical-coordinate representation of color #0E241C: hue angle of 158.18º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0E241C is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB 14 36 28 -
CMYK 0.61 0 0.22 0.86
HSL 158.18º 0.44% 0.1% -
HSV(B) 158.18º 0.61% 0.14% -
XYZ 1.02 1.44 1.32 -
YUV 28.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 14 36 28 0.61 0 0.22 0.86 158.18 0.44 0.1
Hex E 24 1C 3D 0 16 56 9E 2C A
Octal 16 44 34 75 0 26 126 236 54 12
Binary 1110 100100 11100 111101 0 10110 1010110 10011110 101100 1010

Color Harmonies of #0E241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E241C

Black with #0E241C

Text Example


Text Example

White with #0E241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,36,28); }

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

background-color css

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

 a { background-color: rgb(14,36,28); }

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

border-color css

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

 span { border-color: rgb(14,36,28); }

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