#003027

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

Shades of Dark Green #003027

Tints of Dark Green #003027

Color information

#003027 (or 0x003027) is unknown color: approx Dark Green. HEX triplet: 00, 30 and 27. RGB value is (0,48,39). Sum of RGB (Red+Green+Blue) = 0+48+39=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #003027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003027 is #FFCFD8. Grayscale: #202020. Windows color (decimal): -16764889 or 2568192. OLE color: 2568192.

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

Color convert

RGB04839-
CMYK100.190.81
HSL168.75º100%9.41%-
HSV(B)168.75º100%18.82%-
XYZ1.422.262.28-
YUV32.62131.6104.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 39 (15.62% from 255) = 44.83%
R=0%
G=55.17%
B=44.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal04839100.190.81168.751009.41
Hex030276401351a9649
Octal0604714402312125114411
Binary0110000100111110010001001110100011010100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003027; }

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

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

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

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

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

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

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

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