Html Css Color HEX #0D2218 Dark Green

📋 copy color: '#0D2218'

red 13 ◦ green 34 ◦ blue 24

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

Shades of Dark Green #0D2218

Tints of Dark Green #0D2218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 47.89%

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

R = 18.31%
G = 47.89%
B = 33.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.87

RGB Variations

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

Color information

#0D2218 (or 0x0D2218) is known color: Dark Green. HEX triplet: 0D, 22 and 18. RGB value is (13,34,24). Sum of RGB (Red+Green+Blue) = 13+34+24=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 34 (13.67% from 255 or 47.89% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 34 - color contains mainly: green. Hex color #0D2218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2218 is #F2DDE7. Grayscale: #1A1A1A. Windows color (decimal): -15916520 or 1581581. OLE color: 1581581.

HSL color Cylindrical-coordinate representation of color #0D2218: hue angle of 151.43º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D2218 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.87.

Color convert

RGB 13 34 24 -
CMYK 0.62 0 0.29 0.87
HSL 151.43º 0.45% 0.09% -
HSV(B) 151.43º 0.62% 0.13% -
XYZ 0.9 1.3 1.07 -
YUV 26.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 13 34 24 0.62 0 0.29 0.87 151.43 0.45 0.09
Hex D 22 18 3E 0 1D 57 97 2D 9
Octal 15 42 30 76 0 35 127 227 55 11
Binary 1101 100010 11000 111110 0 11101 1010111 10010111 101101 1001

Color Harmonies of #0D2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2218

Black with #0D2218

Text Example


Text Example

White with #0D2218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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