Html Css Color HEX #040C08 Dark Green

📋 copy color: '#040C08'

red 4 ◦ green 12 ◦ blue 8

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

Shades of Dark Green #040C08

Tints of Dark Green #040C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 50%

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

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

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.95

RGB Variations

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

Color information

#040C08 (or 0x040C08) is known color: Dark Green. HEX triplet: 04, 0C and 08. RGB value is (4,12,8). Sum of RGB (Red+Green+Blue) = 4+12+8=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 12 (5.08% from 255 or 50% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 12 - color contains mainly: green. Hex color #040C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C08 is #FBF3F7. Grayscale: #090909. Windows color (decimal): -16511992 or 527364. OLE color: 527364.

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

Color convert

RGB 4 12 8 -
CMYK 0.67 0 0.33 0.95
HSL 150º 0.5% 0.03% -
HSV(B) 150º 0.67% 0.05% -
XYZ 0.23 0.31 0.28 -
YUV 9.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 4 12 8 0.67 0 0.33 0.95 150 0.5 0.03
Hex 4 C 8 43 0 21 5F 96 32 3
Octal 4 14 10 103 0 41 137 226 62 3
Binary 100 1100 1000 1000011 0 100001 1011111 10010110 110010 11

Color Harmonies of #040C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C08

Black with #040C08

Text Example


Text Example

White with #040C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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