#02261C

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

Shades of Dark Green #02261C

Tints of Dark Green #02261C

Color information

#02261C (or 0x02261C) is unknown color: approx Dark Green. HEX triplet: 02, 26 and 1C. RGB value is (2,38,28). Sum of RGB (Red+Green+Blue) = 2+38+28=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #02261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02261C is #FDD9E3. Grayscale: #1A1A1A. Windows color (decimal): -16636388 or 1844738. OLE color: 1844738.

HSL color Cylindrical-coordinate representation of color #02261C: hue angle of 163.33º 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 #02261C is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB23828-
CMYK0.9500.260.85
HSL163.33º90%7.84%-
HSV(B)163.33º94.74%14.9%-
XYZ0.931.481.34-
YUV26.1129.07110.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 38 (15.23% from 255) = 55.88%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=2.94%
G=55.88%
B=41.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal238280.9500.260.85163.33907.84
Hex2261C5F01A55a35a8
Octal2463413703212524313210
Binary1010011011100101111101101010101011010001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02261C; }

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

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

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

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

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

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

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

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