#023018

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

Shades of Dark Green #023018

Tints of Dark Green #023018

Color information

#023018 (or 0x023018) is unknown color: approx Dark Green. HEX triplet: 02, 30 and 18. RGB value is (2,48,24). Sum of RGB (Red+Green+Blue) = 2+48+24=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #023018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023018 is #FDCFE7. Grayscale: #1F1F1F. Windows color (decimal): -16633832 or 1585154. OLE color: 1585154.

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

Color convert

RGB24824-
CMYK0.9600.50.81
HSL148.7º92%9.8%-
HSV(B)148.7º95.83%18.82%-
XYZ1.252.191.22-
YUV31.51123.76106.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 48 (19.14% from 255) = 64.86%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=2.70%
G=64.86%
B=32.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248240.9600.50.81148.7929.8
Hex230186003251955ca
Octal2603014006212122513412
Binary10110000110001100000011001010100011001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023018; }

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

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

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

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

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

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

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

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