Html Css Color HEX #003010 Dark Green

📋 copy color: '#003010'

red 0 ◦ green 48 ◦ blue 16

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

Shades of Dark Green #003010

Tints of Dark Green #003010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 25%

R = 0%
G = 75%
B = 25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#003010 (or 0x003010) is known color: Dark Green. HEX triplet: 00, 30 and 10. RGB value is (0,48,16). Sum of RGB (Red+Green+Blue) = 0+48+16=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 48 (19.14% from 255 or 75% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 48 - color contains mainly: green. Hex color #003010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003010 is #FFCFEF. Grayscale: #1E1E1E. Windows color (decimal): -16764912 or 1060864. OLE color: 1060864.

HSL color Cylindrical-coordinate representation of color #003010: hue angle of 140º 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 #003010 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 48 16 -
CMYK 1 0 0.67 0.81
HSL 140º 1% 0.09% -
HSV(B) 140º 1% 0.19% -
XYZ 1.15 2.15 0.84 -
YUV 30 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 0 48 16 1 0 0.67 0.81 140 1 0.09
Hex 0 30 10 64 0 43 51 8C 64 9
Octal 0 60 20 144 0 103 121 214 144 11
Binary 0 110000 10000 1100100 0 1000011 1010001 10001100 1100100 1001

Color Harmonies of #003010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003010

Black with #003010

Text Example


Text Example

White with #003010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003010; }

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

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

background-color css

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

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

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

border-color css

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

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

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