#00270D

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

Shades of Dark Green #00270D

Tints of Dark Green #00270D

Color information

#00270D (or 0x00270D) is unknown color: approx Dark Green. HEX triplet: 00, 27 and 0D. RGB value is (0,39,13). Sum of RGB (Red+Green+Blue) = 0+39+13=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 39 (15.62% from 255 or 75% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 39 - color contains mainly: green. Hex color #00270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00270D is #FFD8F2. Grayscale: #181818. Windows color (decimal): -16767219 or 861952. OLE color: 861952.

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

Color convert

RGB03913-
CMYK100.670.85
HSL140º100%7.65%-
HSV(B)140º100%15.29%-
XYZ0.81.480.62-
YUV24.37121.58110.61-

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) = 75%
BLUE value IS 13 (5.47% from 255) = 25%
R=0%
G=75%
B=25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03913100.670.851401007.65
Hex027D64043558c648
Octal04715144010312521414410
Binary0100111110111001000100001110101011000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00270D; }

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

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

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

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

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

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

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

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