Html Css Color HEX #0E1F05 Pine Tree

📋 copy color: '#0E1F05'

red 14 ◦ green 31 ◦ blue 5

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

Shades of Pine Tree #0E1F05

Tints of Pine Tree #0E1F05

RGB

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

 GREEN value IS 31 (12.5% from 255) = 62%

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

R = 28%
G = 62%
B = 10%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.88

RGB Variations

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

Color information

#0E1F05 (or 0x0E1F05) is known color: Pine Tree. HEX triplet: 0E, 1F and 05. RGB value is (14,31,5). Sum of RGB (Red+Green+Blue) = 14+31+5=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F05 is #F1E0FA. Grayscale: #171717. Windows color (decimal): -15851771 or 335630. OLE color: 335630.

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

Color convert

RGB 14 31 5 -
CMYK 0.55 0 0.84 0.88
HSL 99.23º 0.72% 0.07% -
HSV(B) 99.23º 0.84% 0.12% -
XYZ 0.7 1.08 0.32 -
YUV 22.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 14 31 5 0.55 0 0.84 0.88 99.23 0.72 0.07
Hex E 1F 5 37 0 54 58 63 48 7
Octal 16 37 5 67 0 124 130 143 110 7
Binary 1110 11111 101 110111 0 1010100 1011000 1100011 1001000 111

Color Harmonies of #0E1F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1F05

Black with #0E1F05

Text Example


Text Example

White with #0E1F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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