Html Css Color HEX #070D05 Pine Tree

📋 copy color: '#070D05'

red 7 ◦ green 13 ◦ blue 5

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

Shades of Pine Tree #070D05

Tints of Pine Tree #070D05

RGB

 RED value IS 7 (3.13% from 255) = 28%

 GREEN value IS 13 (5.47% from 255) = 52%

 BLUE value IS 5 (2.34% from 255) = 20%

R = 28%
G = 52%
B = 20%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.95

RGB Variations

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

Color information

#070D05 (or 0x070D05) is known color: Pine Tree. HEX triplet: 07, 0D and 05. RGB value is (7,13,5). Sum of RGB (Red+Green+Blue) = 7+13+5=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 13 (5.47% from 255 or 52% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 13 - color contains mainly: green. Hex color #070D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D05 is #F8F2FA. Grayscale: #0A0A0A. Windows color (decimal): -16315131 or 331015. OLE color: 331015.

HSL color Cylindrical-coordinate representation of color #070D05: hue angle of 105º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #070D05 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 13 5 -
CMYK 0.46 0 0.62 0.95
HSL 105º 0.44% 0.04% -
HSV(B) 105º 0.62% 0.05% -
XYZ 0.26 0.34 0.2 -
YUV 10.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 7 13 5 0.46 0 0.62 0.95 105 0.44 0.04
Hex 7 D 5 2E 0 3E 5F 69 2C 4
Octal 7 15 5 56 0 76 137 151 54 4
Binary 111 1101 101 101110 0 111110 1011111 1101001 101100 100

Color Harmonies of #070D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D05

Black with #070D05

Text Example


Text Example

White with #070D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070D05; }

 p { color: rgb(7,13,5); }

 H1.HeaderClassName
 {
   color: #070D05;
 }
 .AnyTagClassName
 {
   color: #070D05;
 }
</style>

background-color css

<style>
 a { background-color: #070D05; }

 a { background-color: rgb(7,13,5); }

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

border-color css

<style>
 span { border-color: #070D05; }

 span { border-color: rgb(7,13,5); }

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