Html Css Color HEX #030502 Pine Tree

📋 copy color: '#030502'

red 3 ◦ green 5 ◦ blue 2

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

Shades of Pine Tree #030502

Tints of Pine Tree #030502

RGB

 RED value IS 3 (1.56% from 255) = 30%

 GREEN value IS 5 (2.34% from 255) = 50%

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

R = 30%
G = 50%
B = 20%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.98

RGB Variations

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

Color information

#030502 (or 0x030502) is known color: Pine Tree. HEX triplet: 03, 05 and 02. RGB value is (3,5,2). Sum of RGB (Red+Green+Blue) = 3+5+2=10 (1% of max value = 765). Red value is 3 (1.56% from 255 or 30% from 10); Green value is 5 (2.34% from 255 or 50% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 5 - color contains mainly: green. Hex color #030502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030502 is #FCFAFD. Grayscale: #040404. Windows color (decimal): -16579326 or 132355. OLE color: 132355.

HSL color Cylindrical-coordinate representation of color #030502: hue angle of 100º degrees, saturation: 0.43, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #030502 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.98.

Color convert

RGB 3 5 2 -
CMYK 0.40 0 0.60 0.98
HSL 100º 0.43% 0.01% -
HSV(B) 100º 0.6% 0.02% -
XYZ 0.1 0.13 0.08 -
YUV 4.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 3 5 2 0.40 0 0.60 0.98 100 0.43 0.01
Hex 3 5 2 28 0 3C 62 64 2B 1
Octal 3 5 2 50 0 74 142 144 53 1
Binary 11 101 10 101000 0 111100 1100010 1100100 101011 1

Color Harmonies of #030502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030502

Black with #030502

Text Example


Text Example

White with #030502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030502; }

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

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

background-color css

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

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

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

border-color css

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

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

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