Html Css Color HEX #002927 Dark Green

📋 copy color: '#002927'

red 0 ◦ green 41 ◦ blue 39

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

Shades of Dark Green #002927

Tints of Dark Green #002927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 51.25%

 BLUE value IS 39 (15.63% from 255) = 48.75%

R = 0%
G = 51.25%
B = 48.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.84

RGB Variations

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

Color information

#002927 (or 0x002927) is known color: Dark Green. HEX triplet: 00, 29 and 27. RGB value is (0,41,39). Sum of RGB (Red+Green+Blue) = 0+41+39=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #002927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002927 is #FFD6D8. Grayscale: #1C1C1C. Windows color (decimal): -16766681 or 2566400. OLE color: 2566400.

HSL color Cylindrical-coordinate representation of color #002927: hue angle of 177.07º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002927 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 41 39 -
CMYK 1 0 0.05 0.84
HSL 177.07º 1% 0.08% -
HSV(B) 177.07º 1% 0.16% -
XYZ 1.16 1.73 2.19 -
YUV 28.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 0 41 39 1 0 0.05 0.84 177.07 1 0.08
Hex 0 29 27 64 0 5 54 B1 64 8
Octal 0 51 47 144 0 5 124 261 144 10
Binary 0 101001 100111 1100100 0 101 1010100 10110001 1100100 1000

Color Harmonies of #002927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002927

Black with #002927

Text Example


Text Example

White with #002927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002927; }

 p { color: rgb(0,41,39); }

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

background-color css

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

 a { background-color: rgb(0,41,39); }

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

border-color css

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

 span { border-color: rgb(0,41,39); }

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