Html Css Color HEX #0D1D02 Pine Tree

📋 copy color: '#0D1D02'

red 13 ◦ green 29 ◦ blue 2

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

Shades of Pine Tree #0D1D02

Tints of Pine Tree #0D1D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 65.91%

 BLUE value IS 2 (1.17% from 255) = 4.55%

R = 29.55%
G = 65.91%
B = 4.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#0D1D02 (or 0x0D1D02) is known color: Pine Tree. HEX triplet: 0D, 1D and 02. RGB value is (13,29,2). Sum of RGB (Red+Green+Blue) = 13+29+2=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 29 (11.72% from 255 or 65.91% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D02 is #F2E2FD. Grayscale: #151515. Windows color (decimal): -15917822 or 138509. OLE color: 138509.

HSL color Cylindrical-coordinate representation of color #0D1D02: hue angle of 95.56º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1D02 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 29 2 -
CMYK 0.55 0 0.93 0.89
HSL 95.56º 0.87% 0.06% -
HSV(B) 95.56º 0.93% 0.11% -
XYZ 0.62 0.97 0.21 -
YUV 21.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 13 29 2 0.55 0 0.93 0.89 95.56 0.87 0.06
Hex D 1D 2 37 0 5D 59 60 57 6
Octal 15 35 2 67 0 135 131 140 127 6
Binary 1101 11101 10 110111 0 1011101 1011001 1100000 1010111 110

Color Harmonies of #0D1D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1D02

Black with #0D1D02

Text Example


Text Example

White with #0D1D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,29,2); }

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

background-color css

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

 a { background-color: rgb(13,29,2); }

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

border-color css

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

 span { border-color: rgb(13,29,2); }

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