Html Css Color HEX #0E1602 Pine Tree

📋 copy color: '#0E1602'

red 14 ◦ green 22 ◦ blue 2

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

Shades of Pine Tree #0E1602

Tints of Pine Tree #0E1602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 57.89%

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

R = 36.84%
G = 57.89%
B = 5.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.91

RGB Variations

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

Color information

#0E1602 (or 0x0E1602) is known color: Pine Tree. HEX triplet: 0E, 16 and 02. RGB value is (14,22,2). Sum of RGB (Red+Green+Blue) = 14+22+2=38 (5% of max value = 765). Red value is 14 (5.86% from 255 or 36.84% from 38); Green value is 22 (8.98% from 255 or 57.89% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 22 - color contains mainly: green. Hex color #0E1602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1602 is #F1E9FD. Grayscale: #111111. Windows color (decimal): -15854078 or 136718. OLE color: 136718.

HSL color Cylindrical-coordinate representation of color #0E1602: hue angle of 84º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E1602 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 22 2 -
CMYK 0.36 0 0.91 0.91
HSL 84º 0.83% 0.05% -
HSV(B) 84º 0.91% 0.09% -
XYZ 0.48 0.67 0.16 -
YUV 17.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 14 22 2 0.36 0 0.91 0.91 84 0.83 0.05
Hex E 16 2 24 0 5B 5B 54 53 5
Octal 16 26 2 44 0 133 133 124 123 5
Binary 1110 10110 10 100100 0 1011011 1011011 1010100 1010011 101

Color Harmonies of #0E1602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1602

Black with #0E1602

Text Example


Text Example

White with #0E1602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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