#00271C

Color #00271C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #00271C

Tints of Dark Green #00271C

Color information

#00271C (or 0x00271C) is unknown color: approx Dark Green. HEX triplet: 00, 27 and 1C. RGB value is (0,39,28). Sum of RGB (Red+Green+Blue) = 0+39+28=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #00271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00271C is #FFD8E3. Grayscale: #1A1A1A. Windows color (decimal): -16767204 or 1844992. OLE color: 1844992.

HSL color Cylindrical-coordinate representation of color #00271C: hue angle of 163.08º 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 #00271C is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB03928-
CMYK100.280.85
HSL163.08º100%7.65%-
HSV(B)163.08º100%15.29%-
XYZ0.941.531.35-
YUV26.08129.08109.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 58.21%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=0%
G=58.21%
B=41.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03928100.280.85163.081007.65
Hex0271C6401C55a3648
Octal0473414403412524314410
Binary010011111100110010001110010101011010001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00271C; }

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

 H1.HeaderClassName
 {
   color: #00271C;
 }
 .AnyTagClassName
 {
   color: #00271C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #00271C;
 }
 .BgClassName
 {
   background-color: #00271C;
 }
</style>
border-color css

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

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

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