#026131

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

Shades of Fun Green #026131

Tints of Fun Green #026131

Color information

#026131 (or 0x026131) is unknown color: approx Fun Green. HEX triplet: 02, 61 and 31. RGB value is (2,97,49). Sum of RGB (Red+Green+Blue) = 2+97+49=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 97 (38.28% from 255 or 65.54% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 97 - color contains mainly: green. Hex color #026131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026131 is #FD9ECE. Grayscale: #3F3F3F. Windows color (decimal): -16621263 or 3236098. OLE color: 3236098.

HSL color Cylindrical-coordinate representation of color #026131: hue angle of 149.68º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026131 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB29749-
CMYK0.9800.490.62
HSL149.68º95.96%19.41%-
HSV(B)149.68º97.94%38.04%-
XYZ4.858.784.35-
YUV63.12120.0384.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 97 (38.28% from 255) = 65.54%
BLUE value IS 49 (19.53% from 255) = 33.11%
R=1.35%
G=65.54%
B=33.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal297490.9800.490.62149.6895.9619.41
Hex26131620313E966013
Octal2141611420617622614023
Binary1011000011100011100010011000111111010010110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026131; }

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

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

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

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

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

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

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

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