Html Css Color HEX #002410 Dark Green

📋 copy color: '#002410'

red 0 ◦ green 36 ◦ blue 16

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

Shades of Dark Green #002410

Tints of Dark Green #002410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 69.23%

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

R = 0%
G = 69.23%
B = 30.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#002410 (or 0x002410) is known color: Dark Green. HEX triplet: 00, 24 and 10. RGB value is (0,36,16). Sum of RGB (Red+Green+Blue) = 0+36+16=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 36 (14.45% from 255 or 69.23% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 36 - color contains mainly: green. Hex color #002410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002410 is #FFDBEF. Grayscale: #171717. Windows color (decimal): -16767984 or 1057792. OLE color: 1057792.

HSL color Cylindrical-coordinate representation of color #002410: hue angle of 146.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002410 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 36 16 -
CMYK 1 0 0.56 0.86
HSL 146.67º 1% 0.07% -
HSV(B) 146.67º 1% 0.14% -
XYZ 0.72 1.3 0.7 -
YUV 22.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 0 36 16 1 0 0.56 0.86 146.67 1 0.07
Hex 0 24 10 64 0 38 56 93 64 7
Octal 0 44 20 144 0 70 126 223 144 7
Binary 0 100100 10000 1100100 0 111000 1010110 10010011 1100100 111

Color Harmonies of #002410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002410

Black with #002410

Text Example


Text Example

White with #002410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002410; }

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

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

background-color css

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

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

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

border-color css

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

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

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