Html Css Color HEX #0D1E04 Pine Tree

📋 copy color: '#0D1E04'

red 13 ◦ green 30 ◦ blue 4

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

Shades of Pine Tree #0D1E04

Tints of Pine Tree #0D1E04

RGB

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

 GREEN value IS 30 (12.11% from 255) = 63.83%

 BLUE value IS 4 (1.95% from 255) = 8.51%

R = 27.66%
G = 63.83%
B = 8.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#0D1E04 (or 0x0D1E04) is known color: Pine Tree. HEX triplet: 0D, 1E and 04. RGB value is (13,30,4). Sum of RGB (Red+Green+Blue) = 13+30+4=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 30 (12.11% from 255 or 63.83% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 30 - color contains mainly: green. Hex color #0D1E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1E04 is #F2E1FB. Grayscale: #161616. Windows color (decimal): -15917564 or 269837. OLE color: 269837.

HSL color Cylindrical-coordinate representation of color #0D1E04: hue angle of 99.23º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D1E04 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 30 4 -
CMYK 0.57 0 0.87 0.88
HSL 99.23º 0.76% 0.07% -
HSV(B) 99.23º 0.87% 0.12% -
XYZ 0.65 1.02 0.28 -
YUV 21.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 13 30 4 0.57 0 0.87 0.88 99.23 0.76 0.07
Hex D 1E 4 39 0 57 58 63 4C 7
Octal 15 36 4 71 0 127 130 143 114 7
Binary 1101 11110 100 111001 0 1010111 1011000 1100011 1001100 111

Color Harmonies of #0D1E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1E04

Black with #0D1E04

Text Example


Text Example

White with #0D1E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,30,4); }

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

background-color css

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

 a { background-color: rgb(13,30,4); }

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

border-color css

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

 span { border-color: rgb(13,30,4); }

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