Html Css Color HEX #0E2002 Pine Tree

📋 copy color: '#0E2002'

red 14 ◦ green 32 ◦ blue 2

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

Shades of Pine Tree #0E2002

Tints of Pine Tree #0E2002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 66.67%

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

R = 29.17%
G = 66.67%
B = 4.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#0E2002 (or 0x0E2002) is known color: Pine Tree. HEX triplet: 0E, 20 and 02. RGB value is (14,32,2). Sum of RGB (Red+Green+Blue) = 14+32+2=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 32 (12.89% from 255 or 66.67% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 32 - color contains mainly: green. Hex color #0E2002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2002 is #F1DFFD. Grayscale: #171717. Windows color (decimal): -15851518 or 139278. OLE color: 139278.

HSL color Cylindrical-coordinate representation of color #0E2002: hue angle of 96º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E2002 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 32 2 -
CMYK 0.56 0 0.94 0.87
HSL 96º 0.88% 0.07% -
HSV(B) 96º 0.94% 0.13% -
XYZ 0.71 1.13 0.24 -
YUV 23.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 14 32 2 0.56 0 0.94 0.87 96 0.88 0.07
Hex E 20 2 38 0 5E 57 60 58 7
Octal 16 40 2 70 0 136 127 140 130 7
Binary 1110 100000 10 111000 0 1011110 1010111 1100000 1011000 111

Color Harmonies of #0E2002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2002

Black with #0E2002

Text Example


Text Example

White with #0E2002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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