Html Css Color HEX #091002 Pine Tree

📋 copy color: '#091002'

red 9 ◦ green 16 ◦ blue 2

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

Shades of Pine Tree #091002

Tints of Pine Tree #091002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 59.26%

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

R = 33.33%
G = 59.26%
B = 7.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#091002 (or 0x091002) is known color: Pine Tree. HEX triplet: 09, 10 and 02. RGB value is (9,16,2). Sum of RGB (Red+Green+Blue) = 9+16+2=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #091002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091002 is #F6EFFD. Grayscale: #0C0C0C. Windows color (decimal): -16183294 or 135177. OLE color: 135177.

HSL color Cylindrical-coordinate representation of color #091002: hue angle of 90º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091002 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 9 16 2 -
CMYK 0.44 0 0.87 0.94
HSL 90º 0.78% 0.04% -
HSV(B) 90º 0.88% 0.06% -
XYZ 0.31 0.43 0.12 -
YUV 12.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 9 16 2 0.44 0 0.87 0.94 90 0.78 0.04
Hex 9 10 2 2C 0 57 5E 5A 4E 4
Octal 11 20 2 54 0 127 136 132 116 4
Binary 1001 10000 10 101100 0 1010111 1011110 1011010 1001110 100

Color Harmonies of #091002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091002

Black with #091002

Text Example


Text Example

White with #091002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091002; }

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

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

background-color css

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

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

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

border-color css

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

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

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