Html Css Color HEX #0E2618 Cardin Green

📋 copy color: '#0E2618'

red 14 ◦ green 38 ◦ blue 24

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

Shades of Cardin Green #0E2618

Tints of Cardin Green #0E2618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50%

 BLUE value IS 24 (9.77% from 255) = 31.58%

R = 18.42%
G = 50%
B = 31.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.85

RGB Variations

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

Color information

#0E2618 (or 0x0E2618) is known color: Cardin Green. HEX triplet: 0E, 26 and 18. RGB value is (14,38,24). Sum of RGB (Red+Green+Blue) = 14+38+24=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2618 is #F1D9E7. Grayscale: #1D1D1D. Windows color (decimal): -15849960 or 1582606. OLE color: 1582606.

HSL color Cylindrical-coordinate representation of color #0E2618: hue angle of 145º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E2618 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 38 24 -
CMYK 0.63 0 0.37 0.85
HSL 145º 0.46% 0.1% -
HSV(B) 145º 0.63% 0.15% -
XYZ 1.04 1.55 1.11 -
YUV 29.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 14 38 24 0.63 0 0.37 0.85 145 0.46 0.1
Hex E 26 18 3F 0 25 55 91 2E A
Octal 16 46 30 77 0 45 125 221 56 12
Binary 1110 100110 11000 111111 0 100101 1010101 10010001 101110 1010

Color Harmonies of #0E2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2618

Black with #0E2618

Text Example


Text Example

White with #0E2618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,38,24); }

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

background-color css

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

 a { background-color: rgb(14,38,24); }

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

border-color css

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

 span { border-color: rgb(14,38,24); }

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