Html Css Color HEX #091902 Pine Tree

📋 copy color: '#091902'

red 9 ◦ green 25 ◦ blue 2

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

Shades of Pine Tree #091902

Tints of Pine Tree #091902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 69.44%

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

R = 25%
G = 69.44%
B = 5.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.90

RGB Variations

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

Color information

#091902 (or 0x091902) is known color: Pine Tree. HEX triplet: 09, 19 and 02. RGB value is (9,25,2). Sum of RGB (Red+Green+Blue) = 9+25+2=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 25 (10.16% from 255 or 69.44% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 25 - color contains mainly: green. Hex color #091902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091902 is #F6E6FD. Grayscale: #111111. Windows color (decimal): -16180990 or 137481. OLE color: 137481.

HSL color Cylindrical-coordinate representation of color #091902: hue angle of 101.74º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091902 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 25 2 -
CMYK 0.64 0 0.92 0.90
HSL 101.74º 0.85% 0.05% -
HSV(B) 101.74º 0.92% 0.1% -
XYZ 0.47 0.76 0.18 -
YUV 17.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 9 25 2 0.64 0 0.92 0.90 101.74 0.85 0.05
Hex 9 19 2 40 0 5C 5A 66 55 5
Octal 11 31 2 100 0 134 132 146 125 5
Binary 1001 11001 10 1000000 0 1011100 1011010 1100110 1010101 101

Color Harmonies of #091902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091902

Black with #091902

Text Example


Text Example

White with #091902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091902; }

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

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

background-color css

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

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

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

border-color css

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

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

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