Html Css Color HEX #003012 Dark Green

📋 copy color: '#003012'

red 0 ◦ green 48 ◦ blue 18

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

Shades of Dark Green #003012

Tints of Dark Green #003012

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 48 (19.14% from 255) = 72.73%

 BLUE value IS 18 (7.42% from 255) = 27.27%

R = 0%
G = 72.73%
B = 27.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#003012 (or 0x003012) is known color: Dark Green. HEX triplet: 00, 30 and 12. RGB value is (0,48,18). Sum of RGB (Red+Green+Blue) = 0+48+18=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #003012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003012 is #FFCFED. Grayscale: #1E1E1E. Windows color (decimal): -16764910 or 1191936. OLE color: 1191936.

HSL color Cylindrical-coordinate representation of color #003012: hue angle of 142.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003012 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 48 18 -
CMYK 1 0 0.63 0.81
HSL 142.5º 1% 0.09% -
HSV(B) 142.5º 1% 0.19% -
XYZ 1.17 2.16 0.93 -
YUV 30.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 0 48 18 1 0 0.63 0.81 142.5 1 0.09
Hex 0 30 12 64 0 3F 51 8E 64 9
Octal 0 60 22 144 0 77 121 216 144 11
Binary 0 110000 10010 1100100 0 111111 1010001 10001110 1100100 1001

Color Harmonies of #003012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003012

Black with #003012

Text Example


Text Example

White with #003012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003012; }

 p { color: rgb(0,48,18); }

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

background-color css

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

 a { background-color: rgb(0,48,18); }

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

border-color css

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

 span { border-color: rgb(0,48,18); }

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