Html Css Color HEX #0D4A21 Deep Fir

📋 copy color: '#0D4A21'

red 13 ◦ green 74 ◦ blue 33

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

Shades of Deep Fir #0D4A21

Tints of Deep Fir #0D4A21

RGB

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

 GREEN value IS 74 (29.3% from 255) = 61.67%

 BLUE value IS 33 (13.28% from 255) = 27.5%

R = 10.83%
G = 61.67%
B = 27.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#0D4A21 (or 0x0D4A21) is known color: Deep Fir. HEX triplet: 0D, 4A and 21. RGB value is (13,74,33). Sum of RGB (Red+Green+Blue) = 13+74+33=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 74 (29.30% from 255 or 61.67% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 74 - color contains mainly: green. Hex color #0D4A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4A21 is #F2B5DE. Grayscale: #333333. Windows color (decimal): -15906271 or 2181645. OLE color: 2181645.

HSL color Cylindrical-coordinate representation of color #0D4A21: hue angle of 139.67º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4A21 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 13 74 33 -
CMYK 0.82 0 0.55 0.71
HSL 139.67º 0.7% 0.17% -
HSV(B) 139.67º 0.82% 0.29% -
XYZ 2.89 5.09 2.27 -
YUV 51.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 13 74 33 0.82 0 0.55 0.71 139.67 0.7 0.17
Hex D 4A 21 52 0 37 47 8C 46 11
Octal 15 112 41 122 0 67 107 214 106 21
Binary 1101 1001010 100001 1010010 0 110111 1000111 10001100 1000110 10001

Color Harmonies of #0D4A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4A21

Black with #0D4A21

Text Example


Text Example

White with #0D4A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,74,33); }

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

background-color css

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

 a { background-color: rgb(13,74,33); }

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

border-color css

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

 span { border-color: rgb(13,74,33); }

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