Html Css Color HEX #0A0E07 Pine Tree

📋 copy color: '#0A0E07'

red 10 ◦ green 14 ◦ blue 7

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

Shades of Pine Tree #0A0E07

Tints of Pine Tree #0A0E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 45.16%

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

R = 32.26%
G = 45.16%
B = 22.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.5

 K value IS 0.95

RGB Variations

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

Color information

#0A0E07 (or 0x0A0E07) is known color: Pine Tree. HEX triplet: 0A, 0E and 07. RGB value is (10,14,7). Sum of RGB (Red+Green+Blue) = 10+14+7=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 14 (5.86% from 255 or 45.16% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 14 - color contains mainly: green. Hex color #0A0E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E07 is #F5F1F8. Grayscale: #0C0C0C. Windows color (decimal): -16118265 or 462346. OLE color: 462346.

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

Color convert

RGB 10 14 7 -
CMYK 0.29 0 0.5 0.95
HSL 94.29º 0.33% 0.04% -
HSV(B) 94.29º 0.5% 0.05% -
XYZ 0.32 0.39 0.26 -
YUV 12.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 10 14 7 0.29 0 0.5 0.95 94.29 0.33 0.04
Hex A E 7 1D 0 32 5F 5E 21 4
Octal 12 16 7 35 0 62 137 136 41 4
Binary 1010 1110 111 11101 0 110010 1011111 1011110 100001 100

Color Harmonies of #0A0E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0E07

Black with #0A0E07

Text Example


Text Example

White with #0A0E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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