Html Css Color HEX #0E1B02 Pine Tree

📋 copy color: '#0E1B02'

red 14 ◦ green 27 ◦ blue 2

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

Shades of Pine Tree #0E1B02

Tints of Pine Tree #0E1B02

RGB

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

 GREEN value IS 27 (10.94% from 255) = 62.79%

 BLUE value IS 2 (1.17% from 255) = 4.65%

R = 32.56%
G = 62.79%
B = 4.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#0E1B02 (or 0x0E1B02) is known color: Pine Tree. HEX triplet: 0E, 1B and 02. RGB value is (14,27,2). Sum of RGB (Red+Green+Blue) = 14+27+2=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 27 (10.94% from 255 or 62.79% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B02 is #F1E4FD. Grayscale: #141414. Windows color (decimal): -15852798 or 137998. OLE color: 137998.

HSL color Cylindrical-coordinate representation of color #0E1B02: hue angle of 91.2º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E1B02 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 27 2 -
CMYK 0.48 0 0.93 0.89
HSL 91.2º 0.86% 0.06% -
HSV(B) 91.2º 0.93% 0.11% -
XYZ 0.58 0.88 0.2 -
YUV 20.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 14 27 2 0.48 0 0.93 0.89 91.2 0.86 0.06
Hex E 1B 2 30 0 5D 59 5B 56 6
Octal 16 33 2 60 0 135 131 133 126 6
Binary 1110 11011 10 110000 0 1011101 1011001 1011011 1010110 110

Color Harmonies of #0E1B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1B02

Black with #0E1B02

Text Example


Text Example

White with #0E1B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,27,2); }

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

background-color css

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

 a { background-color: rgb(14,27,2); }

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

border-color css

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

 span { border-color: rgb(14,27,2); }

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