Html Css Color HEX #091402 Pine Tree

📋 copy color: '#091402'

red 9 ◦ green 20 ◦ blue 2

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

Shades of Pine Tree #091402

Tints of Pine Tree #091402

RGB

 RED value IS 9 (3.91% from 255) = 29.03%

 GREEN value IS 20 (8.2% from 255) = 64.52%

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

R = 29.03%
G = 64.52%
B = 6.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#091402 (or 0x091402) is known color: Pine Tree. HEX triplet: 09, 14 and 02. RGB value is (9,20,2). Sum of RGB (Red+Green+Blue) = 9+20+2=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 20 (8.20% from 255 or 64.52% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 20 - color contains mainly: green. Hex color #091402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091402 is #F6EBFD. Grayscale: #0E0E0E. Windows color (decimal): -16182270 or 136201. OLE color: 136201.

HSL color Cylindrical-coordinate representation of color #091402: hue angle of 96.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091402 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 20 2 -
CMYK 0.55 0 0.90 0.92
HSL 96.67º 0.82% 0.04% -
HSV(B) 96.67º 0.9% 0.08% -
XYZ 0.37 0.56 0.15 -
YUV 14.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 9 20 2 0.55 0 0.90 0.92 96.67 0.82 0.04
Hex 9 14 2 37 0 5A 5C 61 52 4
Octal 11 24 2 67 0 132 134 141 122 4
Binary 1001 10100 10 110111 0 1011010 1011100 1100001 1010010 100

Color Harmonies of #091402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091402

Black with #091402

Text Example


Text Example

White with #091402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091402; }

 p { color: rgb(9,20,2); }

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

background-color css

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

 a { background-color: rgb(9,20,2); }

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

border-color css

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

 span { border-color: rgb(9,20,2); }

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