Html Css Color HEX #002413 Dark Green

📋 copy color: '#002413'

red 0 ◦ green 36 ◦ blue 19

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

Shades of Dark Green #002413

Tints of Dark Green #002413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 34.55%

R = 0%
G = 65.45%
B = 34.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#002413 (or 0x002413) is known color: Dark Green. HEX triplet: 00, 24 and 13. RGB value is (0,36,19). Sum of RGB (Red+Green+Blue) = 0+36+19=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #002413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002413 is #FFDBEC. Grayscale: #171717. Windows color (decimal): -16767981 or 1254400. OLE color: 1254400.

HSL color Cylindrical-coordinate representation of color #002413: hue angle of 151.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 #002413 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 36 19 -
CMYK 1 0 0.47 0.86
HSL 151.67º 1% 0.07% -
HSV(B) 151.67º 1% 0.14% -
XYZ 0.75 1.31 0.83 -
YUV 23.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 0 36 19 1 0 0.47 0.86 151.67 1 0.07
Hex 0 24 13 64 0 2F 56 98 64 7
Octal 0 44 23 144 0 57 126 230 144 7
Binary 0 100100 10011 1100100 0 101111 1010110 10011000 1100100 111

Color Harmonies of #002413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002413

Black with #002413

Text Example


Text Example

White with #002413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002413; }

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

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

background-color css

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

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

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

border-color css

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

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

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