#023015

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

Shades of Dark Green #023015

Tints of Dark Green #023015

Color information

#023015 (or 0x023015) is unknown color: approx Dark Green. HEX triplet: 02, 30 and 15. RGB value is (2,48,21). Sum of RGB (Red+Green+Blue) = 2+48+21=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #023015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023015 is #FDCFEA. Grayscale: #1F1F1F. Windows color (decimal): -16633835 or 1388546. OLE color: 1388546.

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

Color convert

RGB24821-
CMYK0.9600.560.81
HSL144.78º92%9.8%-
HSV(B)144.78º95.83%18.82%-
XYZ1.222.181.07-
YUV31.17122.26107.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.82%
GREEN value IS 48 (19.14% from 255) = 67.61%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=2.82%
G=67.61%
B=29.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248210.9600.560.81144.78929.8
Hex230156003851915ca
Octal2602514007012122113412
Binary10110000101011100000011100010100011001000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023015; }

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

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

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

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

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

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

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

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