#026503

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

Shades of Green #026503

Tints of Green #026503

Color information

#026503 (or 0x026503) is unknown color: approx Green. HEX triplet: 02, 65 and 03. RGB value is (2,101,3). Sum of RGB (Red+Green+Blue) = 2+101+3=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 101 (39.84% from 255 or 95.28% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 101 - color contains mainly: green. Hex color #026503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026503 is #FD9AFC. Grayscale: #3C3C3C. Windows color (decimal): -16620285 or 222466. OLE color: 222466.

HSL color Cylindrical-coordinate representation of color #026503: hue angle of 120.61º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026503 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB21013-
CMYK0.9800.970.60
HSL120.61º96.12%20.2%-
HSV(B)120.61º98.02%39.61%-
XYZ4.79.331.64-
YUV60.2395.786.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 101 (39.84% from 255) = 95.28%
BLUE value IS 3 (1.56% from 255) = 2.83%
R=1.89%
G=95.28%
B=2.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal210130.9800.970.60120.6196.1220.2
Hex2653620613C796014
Octal2145314201417417114024
Binary101100101111100010011000011111001111001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026503; }

 p { color: rgb(2,101,3); }

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

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

 a { background-color: rgb(2,101,3); }

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

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

 span { border-color: rgb(2,101,3); }

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