#022526

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

Shades of Dark Green #022526

Tints of Dark Green #022526

Color information

#022526 (or 0x022526) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 26. RGB value is (2,37,38). Sum of RGB (Red+Green+Blue) = 2+37+38=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #022526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022526 is #FDDAD9. Grayscale: #1A1A1A. Windows color (decimal): -16636634 or 2499842. OLE color: 2499842.

HSL color Cylindrical-coordinate representation of color #022526: hue angle of 181.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022526 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB23738-
CMYK0.950.0300.85
HSL181.67º90%7.84%-
HSV(B)181.67º94.74%14.9%-
XYZ1.041.482.06-
YUV26.65134.4110.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=2.60%
G=48.05%
B=49.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237380.950.0300.85181.67907.84
Hex225265F3055b65a8
Octal245461373012526613210
Binary10100101100110101111111010101011011011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022526; }

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

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

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

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

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

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

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

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