#026332

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

Shades of Fun Green #026332

Tints of Fun Green #026332

Color information

#026332 (or 0x026332) is unknown color: approx Fun Green. HEX triplet: 02, 63 and 32. RGB value is (2,99,50). Sum of RGB (Red+Green+Blue) = 2+99+50=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #026332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026332 is #FD9CCD. Grayscale: #404040. Windows color (decimal): -16620750 or 3302146. OLE color: 3302146.

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

Color convert

RGB29950-
CMYK0.9800.490.61
HSL149.69º96.04%19.8%-
HSV(B)149.69º97.98%38.82%-
XYZ5.069.174.52-
YUV64.41119.8683.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 99 (39.06% from 255) = 65.56%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=1.32%
G=65.56%
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.61
SystemRedGreenBlueCMYKHSL
Decimal299500.9800.490.61149.6996.0419.8
Hex26332620313D966014
Octal2143621420617522614024
Binary1011000111100101100010011000111110110010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026332; }

 p { color: rgb(2,99,50); }

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

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

 a { background-color: rgb(2,99,50); }

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

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

 span { border-color: rgb(2,99,50); }

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