#023019

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

Shades of Dark Green #023019

Tints of Dark Green #023019

Color information

#023019 (or 0x023019) is unknown color: approx Dark Green. HEX triplet: 02, 30 and 19. RGB value is (2,48,25). Sum of RGB (Red+Green+Blue) = 2+48+25=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #023019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023019 is #FDCFE6. Grayscale: #1F1F1F. Windows color (decimal): -16633831 or 1650690. OLE color: 1650690.

HSL color Cylindrical-coordinate representation of color #023019: hue angle of 150º 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 #023019 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB24825-
CMYK0.9600.480.81
HSL150º92%9.8%-
HSV(B)150º95.83%18.82%-
XYZ1.262.21.28-
YUV31.62124.26106.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 48 (19.14% from 255) = 64%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=2.67%
G=64%
B=33.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248250.9600.480.81150929.8
Hex230196003051965ca
Octal2603114006012122613412
Binary10110000110011100000011000010100011001011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023019; }

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

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

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

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

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

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

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

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