Html Css Color HEX #040702 Pine Tree

📋 copy color: '#040702'

red 4 ◦ green 7 ◦ blue 2

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

Shades of Pine Tree #040702

Tints of Pine Tree #040702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 53.85%

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

R = 30.77%
G = 53.85%
B = 15.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.97

RGB Variations

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

Color information

#040702 (or 0x040702) is known color: Pine Tree. HEX triplet: 04, 07 and 02. RGB value is (4,7,2). Sum of RGB (Red+Green+Blue) = 4+7+2=13 (1% of max value = 765). Red value is 4 (1.95% from 255 or 30.77% from 13); Green value is 7 (3.12% from 255 or 53.85% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 7 - color contains mainly: green. Hex color #040702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040702 is #FBF8FD. Grayscale: #050505. Windows color (decimal): -16513278 or 132868. OLE color: 132868.

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

Color convert

RGB 4 7 2 -
CMYK 0.43 0 0.71 0.97
HSL 96º 0.56% 0.02% -
HSV(B) 96º 0.71% 0.03% -
XYZ 0.14 0.18 0.09 -
YUV 5.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 4 7 2 0.43 0 0.71 0.97 96 0.56 0.02
Hex 4 7 2 2B 0 47 61 60 38 2
Octal 4 7 2 53 0 107 141 140 70 2
Binary 100 111 10 101011 0 1000111 1100001 1100000 111000 10

Color Harmonies of #040702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040702

Black with #040702

Text Example


Text Example

White with #040702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040702; }

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

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

background-color css

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

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

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

border-color css

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

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

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