Html Css Color HEX #0D3C23 Deep Fir

📋 copy color: '#0D3C23'

red 13 ◦ green 60 ◦ blue 35

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

Shades of Deep Fir #0D3C23

Tints of Deep Fir #0D3C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 55.56%

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

R = 12.04%
G = 55.56%
B = 32.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.42

 K value IS 0.76

RGB Variations

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

Color information

#0D3C23 (or 0x0D3C23) is known color: Deep Fir. HEX triplet: 0D, 3C and 23. RGB value is (13,60,35). Sum of RGB (Red+Green+Blue) = 13+60+35=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #0D3C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3C23 is #F2C3DC. Grayscale: #2B2B2B. Windows color (decimal): -15909853 or 2309133. OLE color: 2309133.

HSL color Cylindrical-coordinate representation of color #0D3C23: hue angle of 148.09º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3C23 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.

Color convert

RGB 13 60 35 -
CMYK 0.78 0 0.42 0.76
HSL 148.09º 0.64% 0.14% -
HSV(B) 148.09º 0.78% 0.24% -
XYZ 2.09 3.44 2.14 -
YUV 43.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 13 60 35 0.78 0 0.42 0.76 148.09 0.64 0.14
Hex D 3C 23 4E 0 2A 4C 94 40 E
Octal 15 74 43 116 0 52 114 224 100 16
Binary 1101 111100 100011 1001110 0 101010 1001100 10010100 1000000 1110

Color Harmonies of #0D3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3C23

Black with #0D3C23

Text Example


Text Example

White with #0D3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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