Html Css Color HEX #0D2818 Cardin Green

📋 copy color: '#0D2818'

red 13 ◦ green 40 ◦ blue 24

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

Shades of Cardin Green #0D2818

Tints of Cardin Green #0D2818

RGB

 RED value IS 13 (5.47% from 255) = 16.88%

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

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

R = 16.88%
G = 51.95%
B = 31.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#0D2818 (or 0x0D2818) is known color: Cardin Green. HEX triplet: 0D, 28 and 18. RGB value is (13,40,24). Sum of RGB (Red+Green+Blue) = 13+40+24=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #0D2818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2818 is #F2D7E7. Grayscale: #1E1E1E. Windows color (decimal): -15914984 or 1583117. OLE color: 1583117.

HSL color Cylindrical-coordinate representation of color #0D2818: hue angle of 144.44º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D2818 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB 13 40 24 -
CMYK 0.67 0 0.40 0.84
HSL 144.44º 0.51% 0.1% -
HSV(B) 144.44º 0.68% 0.16% -
XYZ 1.09 1.67 1.13 -
YUV 30.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 13 40 24 0.67 0 0.40 0.84 144.44 0.51 0.1
Hex D 28 18 43 0 28 54 90 33 A
Octal 15 50 30 103 0 50 124 220 63 12
Binary 1101 101000 11000 1000011 0 101000 1010100 10010000 110011 1010

Color Harmonies of #0D2818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2818

Black with #0D2818

Text Example


Text Example

White with #0D2818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,40,24); }

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

background-color css

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

 a { background-color: rgb(13,40,24); }

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

border-color css

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

 span { border-color: rgb(13,40,24); }

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