Html Css Color HEX #050902 Pine Tree

📋 copy color: '#050902'

red 5 ◦ green 9 ◦ blue 2

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

Shades of Pine Tree #050902

Tints of Pine Tree #050902

RGB

 RED value IS 5 (2.34% from 255) = 31.25%

 GREEN value IS 9 (3.91% from 255) = 56.25%

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

R = 31.25%
G = 56.25%
B = 12.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.96

RGB Variations

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

Color information

#050902 (or 0x050902) is known color: Pine Tree. HEX triplet: 05, 09 and 02. RGB value is (5,9,2). Sum of RGB (Red+Green+Blue) = 5+9+2=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 9 (3.91% from 255 or 56.25% from 16); Blue value is 2 (1.17% from 255 or 12.5% from 16); Max value from RGB is 9 - color contains mainly: green. Hex color #050902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050902 is #FAF6FD. Grayscale: #070707. Windows color (decimal): -16447230 or 133381. OLE color: 133381.

HSL color Cylindrical-coordinate representation of color #050902: hue angle of 94.29º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #050902 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 9 2 -
CMYK 0.44 0 0.78 0.96
HSL 94.29º 0.64% 0.02% -
HSV(B) 94.29º 0.78% 0.04% -
XYZ 0.17 0.23 0.09 -
YUV 7.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 5 9 2 0.44 0 0.78 0.96 94.29 0.64 0.02
Hex 5 9 2 2C 0 4E 60 5E 40 2
Octal 5 11 2 54 0 116 140 136 100 2
Binary 101 1001 10 101100 0 1001110 1100000 1011110 1000000 10

Color Harmonies of #050902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050902

Black with #050902

Text Example


Text Example

White with #050902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050902; }

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

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

background-color css

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

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

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

border-color css

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

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

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