Html Css Color HEX #0E1D07 Pine Tree

📋 copy color: '#0E1D07'

red 14 ◦ green 29 ◦ blue 7

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

Shades of Pine Tree #0E1D07

Tints of Pine Tree #0E1D07

RGB

 RED value IS 14 (5.86% from 255) = 28%

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

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

R = 28%
G = 58%
B = 14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.89

RGB Variations

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

Color information

#0E1D07 (or 0x0E1D07) is known color: Pine Tree. HEX triplet: 0E, 1D and 07. RGB value is (14,29,7). Sum of RGB (Red+Green+Blue) = 14+29+7=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D07 is #F1E2F8. Grayscale: #161616. Windows color (decimal): -15852281 or 466190. OLE color: 466190.

HSL color Cylindrical-coordinate representation of color #0E1D07: hue angle of 100.91º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E1D07 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 29 7 -
CMYK 0.52 0 0.76 0.89
HSL 100.91º 0.61% 0.07% -
HSV(B) 100.91º 0.76% 0.11% -
XYZ 0.66 0.99 0.36 -
YUV 22.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 14 29 7 0.52 0 0.76 0.89 100.91 0.61 0.07
Hex E 1D 7 34 0 4C 59 65 3D 7
Octal 16 35 7 64 0 114 131 145 75 7
Binary 1110 11101 111 110100 0 1001100 1011001 1100101 111101 111

Color Harmonies of #0E1D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1D07

Black with #0E1D07

Text Example


Text Example

White with #0E1D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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