Html Css Color HEX #0D3227 Dark Green

📋 copy color: '#0D3227'

red 13 ◦ green 50 ◦ blue 39

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

Shades of Dark Green #0D3227

Tints of Dark Green #0D3227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 38.24%

R = 12.75%
G = 49.02%
B = 38.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#0D3227 (or 0x0D3227) is known color: Dark Green. HEX triplet: 0D, 32 and 27. RGB value is (13,50,39). Sum of RGB (Red+Green+Blue) = 13+50+39=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3227 is #F2CDD8. Grayscale: #252525. Windows color (decimal): -15912409 or 2568717. OLE color: 2568717.

HSL color Cylindrical-coordinate representation of color #0D3227: hue angle of 162.16º 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 #0D3227 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB 13 50 39 -
CMYK 0.74 0 0.22 0.80
HSL 162.16º 0.59% 0.12% -
HSV(B) 162.16º 0.74% 0.2% -
XYZ 1.67 2.51 2.32 -
YUV 37.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 13 50 39 0.74 0 0.22 0.80 162.16 0.59 0.12
Hex D 32 27 4A 0 16 50 A2 3B C
Octal 15 62 47 112 0 26 120 242 73 14
Binary 1101 110010 100111 1001010 0 10110 1010000 10100010 111011 1100

Color Harmonies of #0D3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3227

Black with #0D3227

Text Example


Text Example

White with #0D3227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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