Html Css Color HEX #0A0D07 Pine Tree

📋 copy color: '#0A0D07'

red 10 ◦ green 13 ◦ blue 7

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

Shades of Pine Tree #0A0D07

Tints of Pine Tree #0A0D07

RGB

 RED value IS 10 (4.3% from 255) = 33.33%

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

 BLUE value IS 7 (3.13% from 255) = 23.33%

R = 33.33%
G = 43.33%
B = 23.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.95

RGB Variations

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

Color information

#0A0D07 (or 0x0A0D07) is known color: Pine Tree. HEX triplet: 0A, 0D and 07. RGB value is (10,13,7). Sum of RGB (Red+Green+Blue) = 10+13+7=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 13 (5.47% from 255 or 43.33% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 13 - color contains mainly: green. Hex color #0A0D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0D07 is #F5F2F8. Grayscale: #0B0B0B. Windows color (decimal): -16118521 or 462090. OLE color: 462090.

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

Color convert

RGB 10 13 7 -
CMYK 0.23 0 0.46 0.95
HSL 90º 0.3% 0.04% -
HSV(B) 90º 0.46% 0.05% -
XYZ 0.31 0.37 0.26 -
YUV 11.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 10 13 7 0.23 0 0.46 0.95 90 0.3 0.04
Hex A D 7 17 0 2E 5F 5A 1E 4
Octal 12 15 7 27 0 56 137 132 36 4
Binary 1010 1101 111 10111 0 101110 1011111 1011010 11110 100

Color Harmonies of #0A0D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0D07

Black with #0A0D07

Text Example


Text Example

White with #0A0D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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