#026531

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

Shades of Fun Green #026531

Tints of Fun Green #026531

Color information

#026531 (or 0x026531) is unknown color: approx Fun Green. HEX triplet: 02, 65 and 31. RGB value is (2,101,49). Sum of RGB (Red+Green+Blue) = 2+101+49=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #026531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026531 is #FD9ACE. Grayscale: #414141. Windows color (decimal): -16620239 or 3237122. OLE color: 3237122.

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

Color convert

RGB210149-
CMYK0.9800.510.60
HSL148.48º96.12%20.2%-
HSV(B)148.48º98.02%39.61%-
XYZ5.239.544.47-
YUV65.47118.782.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 101 (39.84% from 255) = 66.45%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=1.32%
G=66.45%
B=32.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2101490.9800.510.60148.4896.1220.2
Hex26531620333C946014
Octal2145611420637422414024
Binary1011001011100011100010011001111110010010100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026531; }

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

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

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

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

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

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

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

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