Html Css Color HEX #002D17 Dark Green

📋 copy color: '#002D17'

red 0 ◦ green 45 ◦ blue 23

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

Shades of Dark Green #002D17

Tints of Dark Green #002D17

RGB

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

 GREEN value IS 45 (17.97% from 255) = 66.18%

 BLUE value IS 23 (9.38% from 255) = 33.82%

R = 0%
G = 66.18%
B = 33.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.82

RGB Variations

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

Color information

#002D17 (or 0x002D17) is known color: Dark Green. HEX triplet: 00, 2D and 17. RGB value is (0,45,23). Sum of RGB (Red+Green+Blue) = 0+45+23=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 45 (17.97% from 255 or 66.18% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 45 - color contains mainly: green. Hex color #002D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002D17 is #FFD2E8. Grayscale: #1D1D1D. Windows color (decimal): -16765673 or 1518848. OLE color: 1518848.

HSL color Cylindrical-coordinate representation of color #002D17: hue angle of 150.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D17 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 45 23 -
CMYK 1 0 0.49 0.82
HSL 150.67º 1% 0.09% -
HSV(B) 150.67º 1% 0.18% -
XYZ 1.09 1.94 1.13 -
YUV 29.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 0 45 23 1 0 0.49 0.82 150.67 1 0.09
Hex 0 2D 17 64 0 31 52 97 64 9
Octal 0 55 27 144 0 61 122 227 144 11
Binary 0 101101 10111 1100100 0 110001 1010010 10010111 1100100 1001

Color Harmonies of #002D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D17

Black with #002D17

Text Example


Text Example

White with #002D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002D17; }

 p { color: rgb(0,45,23); }

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

background-color css

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

 a { background-color: rgb(0,45,23); }

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

border-color css

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

 span { border-color: rgb(0,45,23); }

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