Html Css Color HEX #040B08 Dark Green

📋 copy color: '#040B08'

red 4 ◦ green 11 ◦ blue 8

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

Shades of Dark Green #040B08

Tints of Dark Green #040B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 34.78%

R = 17.39%
G = 47.83%
B = 34.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.96

RGB Variations

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

Color information

#040B08 (or 0x040B08) is known color: Dark Green. HEX triplet: 04, 0B and 08. RGB value is (4,11,8). Sum of RGB (Red+Green+Blue) = 4+11+8=23 (3% of max value = 765). Red value is 4 (1.95% from 255 or 17.39% from 23); Green value is 11 (4.69% from 255 or 47.83% from 23); Blue value is 8 (3.52% from 255 or 34.78% from 23); Max value from RGB is 11 - color contains mainly: green. Hex color #040B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B08 is #FBF4F7. Grayscale: #080808. Windows color (decimal): -16512248 or 527108. OLE color: 527108.

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

Color convert

RGB 4 11 8 -
CMYK 0.64 0 0.27 0.96
HSL 154.29º 0.47% 0.03% -
HSV(B) 154.29º 0.64% 0.04% -
XYZ 0.21 0.28 0.27 -
YUV 8.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 4 11 8 0.64 0 0.27 0.96 154.29 0.47 0.03
Hex 4 B 8 40 0 1B 60 9A 2F 3
Octal 4 13 10 100 0 33 140 232 57 3
Binary 100 1011 1000 1000000 0 11011 1100000 10011010 101111 11

Color Harmonies of #040B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B08

Black with #040B08

Text Example


Text Example

White with #040B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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