#026515

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

Shades of Green #026515

Tints of Green #026515

Color information

#026515 (or 0x026515) is unknown color: approx Green. HEX triplet: 02, 65 and 15. RGB value is (2,101,21). Sum of RGB (Red+Green+Blue) = 2+101+21=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 101 (39.84% from 255 or 81.45% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 101 - color contains mainly: green. Hex color #026515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026515 is #FD9AEA. Grayscale: #3E3E3E. Windows color (decimal): -16620267 or 1402114. OLE color: 1402114.

HSL color Cylindrical-coordinate representation of color #026515: hue angle of 131.52º 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 #026515 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB210121-
CMYK0.9800.790.60
HSL131.52º96.12%20.2%-
HSV(B)131.52º98.02%39.61%-
XYZ4.819.372.27-
YUV62.28104.785-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 101 (39.84% from 255) = 81.45%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=1.61%
G=81.45%
B=16.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2101210.9800.790.60131.5296.1220.2
Hex265156204F3C846014
Octal21452514201177420414024
Binary1011001011010111000100100111111110010000100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026515; }

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

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

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

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

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

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

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

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