Html Css Color HEX #091302 Pine Tree

📋 copy color: '#091302'

red 9 ◦ green 19 ◦ blue 2

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

Shades of Pine Tree #091302

Tints of Pine Tree #091302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 63.33%

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

R = 30%
G = 63.33%
B = 6.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#091302 (or 0x091302) is known color: Pine Tree. HEX triplet: 09, 13 and 02. RGB value is (9,19,2). Sum of RGB (Red+Green+Blue) = 9+19+2=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 19 (7.81% from 255 or 63.33% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 19 - color contains mainly: green. Hex color #091302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091302 is #F6ECFD. Grayscale: #0E0E0E. Windows color (decimal): -16182526 or 135945. OLE color: 135945.

HSL color Cylindrical-coordinate representation of color #091302: hue angle of 95.29º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091302 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 19 2 -
CMYK 0.53 0 0.89 0.93
HSL 95.29º 0.81% 0.04% -
HSV(B) 95.29º 0.89% 0.07% -
XYZ 0.36 0.53 0.14 -
YUV 14.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 9 19 2 0.53 0 0.89 0.93 95.29 0.81 0.04
Hex 9 13 2 35 0 59 5D 5F 51 4
Octal 11 23 2 65 0 131 135 137 121 4
Binary 1001 10011 10 110101 0 1011001 1011101 1011111 1010001 100

Color Harmonies of #091302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091302

Black with #091302

Text Example


Text Example

White with #091302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091302; }

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

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

background-color css

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

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

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

border-color css

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

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

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