Html Css Color HEX #0E2819 Cardin Green

📋 copy color: '#0E2819'

red 14 ◦ green 40 ◦ blue 25

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

Shades of Cardin Green #0E2819

Tints of Cardin Green #0E2819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 50.63%

 BLUE value IS 25 (10.16% from 255) = 31.65%

R = 17.72%
G = 50.63%
B = 31.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.84

RGB Variations

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

Color information

#0E2819 (or 0x0E2819) is known color: Cardin Green. HEX triplet: 0E, 28 and 19. RGB value is (14,40,25). Sum of RGB (Red+Green+Blue) = 14+40+25=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #0E2819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2819 is #F1D7E6. Grayscale: #1E1E1E. Windows color (decimal): -15849447 or 1648654. OLE color: 1648654.

HSL color Cylindrical-coordinate representation of color #0E2819: hue angle of 145.38º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E2819 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB 14 40 25 -
CMYK 0.65 0 0.38 0.84
HSL 145.38º 0.48% 0.11% -
HSV(B) 145.38º 0.65% 0.16% -
XYZ 1.12 1.68 1.19 -
YUV 30.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 14 40 25 0.65 0 0.38 0.84 145.38 0.48 0.11
Hex E 28 19 41 0 26 54 91 30 B
Octal 16 50 31 101 0 46 124 221 60 13
Binary 1110 101000 11001 1000001 0 100110 1010100 10010001 110000 1011

Color Harmonies of #0E2819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2819

Black with #0E2819

Text Example


Text Example

White with #0E2819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,40,25); }

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

background-color css

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

 a { background-color: rgb(14,40,25); }

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

border-color css

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

 span { border-color: rgb(14,40,25); }

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