Html Css Color HEX #040B02 Pine Tree

📋 copy color: '#040B02'

red 4 ◦ green 11 ◦ blue 2

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

Shades of Pine Tree #040B02

Tints of Pine Tree #040B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 64.71%

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

R = 23.53%
G = 64.71%
B = 11.76%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.82

 K value IS 0.96

RGB Variations

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

Color information

#040B02 (or 0x040B02) is known color: Pine Tree. HEX triplet: 04, 0B and 02. RGB value is (4,11,2). Sum of RGB (Red+Green+Blue) = 4+11+2=17 (2% of max value = 765). Red value is 4 (1.95% from 255 or 23.53% from 17); Green value is 11 (4.69% from 255 or 64.71% from 17); Blue value is 2 (1.17% from 255 or 11.76% from 17); Max value from RGB is 11 - color contains mainly: green. Hex color #040B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B02 is #FBF4FD. Grayscale: #070707. Windows color (decimal): -16512254 or 133892. OLE color: 133892.

HSL color Cylindrical-coordinate representation of color #040B02: hue angle of 106.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #040B02 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.96.

Color convert

RGB 4 11 2 -
CMYK 0.64 0 0.82 0.96
HSL 106.67º 0.69% 0.03% -
HSV(B) 106.67º 0.82% 0.04% -
XYZ 0.18 0.27 0.1 -
YUV 7.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 4 11 2 0.64 0 0.82 0.96 106.67 0.69 0.03
Hex 4 B 2 40 0 52 60 6B 45 3
Octal 4 13 2 100 0 122 140 153 105 3
Binary 100 1011 10 1000000 0 1010010 1100000 1101011 1000101 11

Color Harmonies of #040B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B02

Black with #040B02

Text Example


Text Example

White with #040B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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