Html Css Color HEX #002727 Dark Green

📋 copy color: '#002727'

red 0 ◦ green 39 ◦ blue 39

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

Shades of Dark Green #002727

Tints of Dark Green #002727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 50%

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

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#002727 (or 0x002727) is known color: Dark Green. HEX triplet: 00, 27 and 27. RGB value is (0,39,39). Sum of RGB (Red+Green+Blue) = 0+39+39=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: green, blue. Hex color #002727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002727 is #FFD8D8. Grayscale: #1B1B1B. Windows color (decimal): -16767193 or 2565888. OLE color: 2565888.

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

Color convert

RGB 0 39 39 -
CMYK 1 0 0 0.85
HSL 180º 1% 0.08% -
HSV(B) 180º 1% 0.15% -
XYZ 1.09 1.6 2.17 -
YUV 27.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 0 39 39 1 0 0 0.85 180 1 0.08
Hex 0 27 27 64 0 0 55 B4 64 8
Octal 0 47 47 144 0 0 125 264 144 10
Binary 0 100111 100111 1100100 0 0 1010101 10110100 1100100 1000

Color Harmonies of #002727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002727

Black with #002727

Text Example


Text Example

White with #002727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002727; }

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

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

background-color css

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

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

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

border-color css

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

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

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