Html Css Color HEX #030402 Pine Tree

📋 copy color: '#030402'

red 3 ◦ green 4 ◦ blue 2

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

Shades of Pine Tree #030402

Tints of Pine Tree #030402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 44.44%

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

R = 33.33%
G = 44.44%
B = 22.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.5

 K value IS 0.98

RGB Variations

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

Color information

#030402 (or 0x030402) is known color: Pine Tree. HEX triplet: 03, 04 and 02. RGB value is (3,4,2). Sum of RGB (Red+Green+Blue) = 3+4+2=9 (1% of max value = 765). Red value is 3 (1.56% from 255 or 33.33% from 9); Green value is 4 (1.95% from 255 or 44.44% from 9); Blue value is 2 (1.17% from 255 or 22.22% from 9); Max value from RGB is 4 - color contains mainly: green. Hex color #030402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030402 is #FCFBFD. Grayscale: #030303. Windows color (decimal): -16579582 or 132099. OLE color: 132099.

HSL color Cylindrical-coordinate representation of color #030402: hue angle of 90º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #030402 is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.98.

Color convert

RGB 3 4 2 -
CMYK 0.25 0 0.5 0.98
HSL 90º 0.33% 0.01% -
HSV(B) 90º 0.5% 0.02% -
XYZ 0.09 0.11 0.07 -
YUV 3.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 3 4 2 0.25 0 0.5 0.98 90 0.33 0.01
Hex 3 4 2 19 0 32 62 5A 21 1
Octal 3 4 2 31 0 62 142 132 41 1
Binary 11 100 10 11001 0 110010 1100010 1011010 100001 1

Color Harmonies of #030402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030402

Black with #030402

Text Example


Text Example

White with #030402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030402; }

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

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

background-color css

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

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

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

border-color css

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

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

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