Html Css Color HEX #0D3223 Dark Green

📋 copy color: '#0D3223'

red 13 ◦ green 50 ◦ blue 35

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

Shades of Dark Green #0D3223

Tints of Dark Green #0D3223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 51.02%

 BLUE value IS 35 (14.06% from 255) = 35.71%

R = 13.27%
G = 51.02%
B = 35.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#0D3223 (or 0x0D3223) is known color: Dark Green. HEX triplet: 0D, 32 and 23. RGB value is (13,50,35). Sum of RGB (Red+Green+Blue) = 13+50+35=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3223 is #F2CDDC. Grayscale: #252525. Windows color (decimal): -15912413 or 2306573. OLE color: 2306573.

HSL color Cylindrical-coordinate representation of color #0D3223: hue angle of 155.68º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D3223 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 13 50 35 -
CMYK 0.74 0 0.30 0.80
HSL 155.68º 0.59% 0.12% -
HSV(B) 155.68º 0.74% 0.2% -
XYZ 1.61 2.49 1.99 -
YUV 37.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 13 50 35 0.74 0 0.30 0.80 155.68 0.59 0.12
Hex D 32 23 4A 0 1E 50 9C 3B C
Octal 15 62 43 112 0 36 120 234 73 14
Binary 1101 110010 100011 1001010 0 11110 1010000 10011100 111011 1100

Color Harmonies of #0D3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3223

Black with #0D3223

Text Example


Text Example

White with #0D3223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,50,35); }

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

background-color css

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

 a { background-color: rgb(13,50,35); }

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

border-color css

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

 span { border-color: rgb(13,50,35); }

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