#023026

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

Shades of Dark Green #023026

Tints of Dark Green #023026

Color information

#023026 (or 0x023026) is unknown color: approx Dark Green. HEX triplet: 02, 30 and 26. RGB value is (2,48,38). Sum of RGB (Red+Green+Blue) = 2+48+38=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #023026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023026 is #FDCFD9. Grayscale: #212121. Windows color (decimal): -16633818 or 2502658. OLE color: 2502658.

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

Color convert

RGB24838-
CMYK0.9600.210.81
HSL166.96º92%9.8%-
HSV(B)166.96º95.83%18.82%-
XYZ1.432.272.2-
YUV33.11130.76105.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 48 (19.14% from 255) = 54.55%
BLUE value IS 38 (15.23% from 255) = 43.18%
R=2.27%
G=54.55%
B=43.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248380.9600.210.81166.96929.8
Hex230266001551a75ca
Octal2604614002512124713412
Binary10110000100110110000001010110100011010011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023026; }

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

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

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

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

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

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

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

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