Html Css Color HEX #040602 Pine Tree

📋 copy color: '#040602'

red 4 ◦ green 6 ◦ blue 2

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

Shades of Pine Tree #040602

Tints of Pine Tree #040602

RGB

 RED value IS 4 (1.95% from 255) = 33.33%

 GREEN value IS 6 (2.73% from 255) = 50%

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

R = 33.33%
G = 50%
B = 16.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.98

RGB Variations

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

Color information

#040602 (or 0x040602) is known color: Pine Tree. HEX triplet: 04, 06 and 02. RGB value is (4,6,2). Sum of RGB (Red+Green+Blue) = 4+6+2=12 (1% of max value = 765). Red value is 4 (1.95% from 255 or 33.33% from 12); Green value is 6 (2.73% from 255 or 50% from 12); Blue value is 2 (1.17% from 255 or 16.67% from 12); Max value from RGB is 6 - color contains mainly: green. Hex color #040602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040602 is #FBF9FD. Grayscale: #040404. Windows color (decimal): -16513534 or 132612. OLE color: 132612.

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

Color convert

RGB 4 6 2 -
CMYK 0.33 0 0.67 0.98
HSL 90º 0.5% 0.02% -
HSV(B) 90º 0.67% 0.02% -
XYZ 0.13 0.16 0.08 -
YUV 4.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 4 6 2 0.33 0 0.67 0.98 90 0.5 0.02
Hex 4 6 2 21 0 43 62 5A 32 2
Octal 4 6 2 41 0 103 142 132 62 2
Binary 100 110 10 100001 0 1000011 1100010 1011010 110010 10

Color Harmonies of #040602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040602

Black with #040602

Text Example


Text Example

White with #040602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040602; }

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

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

background-color css

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

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

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

border-color css

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

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

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