Html Css Color HEX #040802 Pine Tree

📋 copy color: '#040802'

red 4 ◦ green 8 ◦ blue 2

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

Shades of Pine Tree #040802

Tints of Pine Tree #040802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 57.14%

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

R = 28.57%
G = 57.14%
B = 14.29%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.75

 K value IS 0.97

RGB Variations

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

Color information

#040802 (or 0x040802) is known color: Pine Tree. HEX triplet: 04, 08 and 02. RGB value is (4,8,2). Sum of RGB (Red+Green+Blue) = 4+8+2=14 (1% of max value = 765). Red value is 4 (1.95% from 255 or 28.57% from 14); Green value is 8 (3.52% from 255 or 57.14% from 14); Blue value is 2 (1.17% from 255 or 14.29% from 14); Max value from RGB is 8 - color contains mainly: green. Hex color #040802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040802 is #FBF7FD. Grayscale: #060606. Windows color (decimal): -16513022 or 133124. OLE color: 133124.

HSL color Cylindrical-coordinate representation of color #040802: hue angle of 100º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #040802 is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.97.

Color convert

RGB 4 8 2 -
CMYK 0.5 0 0.75 0.97
HSL 100º 0.6% 0.02% -
HSV(B) 100º 0.75% 0.03% -
XYZ 0.15 0.2 0.09 -
YUV 6.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 4 8 2 0.5 0 0.75 0.97 100 0.6 0.02
Hex 4 8 2 32 0 4B 61 64 3C 2
Octal 4 10 2 62 0 113 141 144 74 2
Binary 100 1000 10 110010 0 1001011 1100001 1100100 111100 10

Color Harmonies of #040802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040802

Black with #040802

Text Example


Text Example

White with #040802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040802; }

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

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

background-color css

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

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

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

border-color css

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

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

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