#003427

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

Shades of Dark Green #003427

Tints of Dark Green #003427

Color information

#003427 (or 0x003427) is unknown color: approx Dark Green. HEX triplet: 00, 34 and 27. RGB value is (0,52,39). Sum of RGB (Red+Green+Blue) = 0+52+39=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #003427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003427 is #FFCBD8. Grayscale: #222222. Windows color (decimal): -16763865 or 2569216. OLE color: 2569216.

HSL color Cylindrical-coordinate representation of color #003427: hue angle of 165º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003427 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB05239-
CMYK100.250.80
HSL165º100%10.2%-
HSV(B)165º100%20.39%-
XYZ1.592.62.34-
YUV34.97130.27103.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 57.14%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=0%
G=57.14%
B=42.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05239100.250.8016510010.2
Hex034276401950a564a
Octal0644714403112024514412
Binary0110100100111110010001100110100001010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003427; }

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

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

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

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

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

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

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

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