Html Css Color HEX #0D2301 Pine Tree

📋 copy color: '#0D2301'

red 13 ◦ green 35 ◦ blue 1

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

Shades of Pine Tree #0D2301

Tints of Pine Tree #0D2301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 71.43%

 BLUE value IS 1 (0.78% from 255) = 2.04%

R = 26.53%
G = 71.43%
B = 2.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#0D2301 (or 0x0D2301) is known color: Pine Tree. HEX triplet: 0D, 23 and 01. RGB value is (13,35,1). Sum of RGB (Red+Green+Blue) = 13+35+1=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 35 (14.06% from 255 or 71.43% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2301 is #F2DCFE. Grayscale: #181818. Windows color (decimal): -15916287 or 74509. OLE color: 74509.

HSL color Cylindrical-coordinate representation of color #0D2301: hue angle of 98.82º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D2301 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 13 35 1 -
CMYK 0.63 0 0.97 0.86
HSL 98.82º 0.94% 0.07% -
HSV(B) 98.82º 0.97% 0.14% -
XYZ 0.77 1.29 0.24 -
YUV 24.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 13 35 1 0.63 0 0.97 0.86 98.82 0.94 0.07
Hex D 23 1 3F 0 61 56 63 5E 7
Octal 15 43 1 77 0 141 126 143 136 7
Binary 1101 100011 1 111111 0 1100001 1010110 1100011 1011110 111

Color Harmonies of #0D2301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2301

Black with #0D2301

Text Example


Text Example

White with #0D2301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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