Html Css Color HEX #0E1E05 Pine Tree

📋 copy color: '#0E1E05'

red 14 ◦ green 30 ◦ blue 5

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

Shades of Pine Tree #0E1E05

Tints of Pine Tree #0E1E05

RGB

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

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

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

R = 28.57%
G = 61.22%
B = 10.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.83

 K value IS 0.88

RGB Variations

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

Color information

#0E1E05 (or 0x0E1E05) is known color: Pine Tree. HEX triplet: 0E, 1E and 05. RGB value is (14,30,5). Sum of RGB (Red+Green+Blue) = 14+30+5=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E05 is #F1E1FA. Grayscale: #161616. Windows color (decimal): -15852027 or 335374. OLE color: 335374.

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

Color convert

RGB 14 30 5 -
CMYK 0.53 0 0.83 0.88
HSL 98.4º 0.71% 0.07% -
HSV(B) 98.4º 0.83% 0.12% -
XYZ 0.67 1.03 0.31 -
YUV 22.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 14 30 5 0.53 0 0.83 0.88 98.4 0.71 0.07
Hex E 1E 5 35 0 53 58 62 47 7
Octal 16 36 5 65 0 123 130 142 107 7
Binary 1110 11110 101 110101 0 1010011 1011000 1100010 1000111 111

Color Harmonies of #0E1E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1E05

Black with #0E1E05

Text Example


Text Example

White with #0E1E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,30,5); }

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

background-color css

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

 a { background-color: rgb(14,30,5); }

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

border-color css

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

 span { border-color: rgb(14,30,5); }

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