#023028

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

Shades of Dark Green #023028

Tints of Dark Green #023028

Color information

#023028 (or 0x023028) is unknown color: approx Dark Green. HEX triplet: 02, 30 and 28. RGB value is (2,48,40). Sum of RGB (Red+Green+Blue) = 2+48+40=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #023028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023028 is #FDCFD7. Grayscale: #212121. Windows color (decimal): -16633816 or 2633730. OLE color: 2633730.

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

Color convert

RGB24840-
CMYK0.9600.170.81
HSL169.57º92%9.8%-
HSV(B)169.57º95.83%18.82%-
XYZ1.462.282.37-
YUV33.33131.76105.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 48 (19.14% from 255) = 53.33%
BLUE value IS 40 (16.02% from 255) = 44.44%
R=2.22%
G=53.33%
B=44.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248400.9600.170.81169.57929.8
Hex230286001151aa5ca
Octal2605014002112125213412
Binary10110000101000110000001000110100011010101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023028; }

 p { color: rgb(2,48,40); }

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

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

 a { background-color: rgb(2,48,40); }

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

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

 span { border-color: rgb(2,48,40); }

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