#01772D

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

Shades of Fun Green #01772D

Tints of Fun Green #01772D

Color information

#01772D (or 0x01772D) is unknown color: approx Fun Green. HEX triplet: 01, 77 and 2D. RGB value is (1,119,45). Sum of RGB (Red+Green+Blue) = 1+119+45=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #01772D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01772D is #FE88D2. Grayscale: #4B4B4B. Windows color (decimal): -16681171 or 2979585. OLE color: 2979585.

HSL color Cylindrical-coordinate representation of color #01772D: hue angle of 142.37º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01772D is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB111945-
CMYK0.9900.620.53
HSL142.37º98.33%23.53%-
HSV(B)142.37º99.16%46.67%-
XYZ7.0813.394.69-
YUV75.28110.9175.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 119 (46.88% from 255) = 72.12%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=0.61%
G=72.12%
B=27.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1119450.9900.620.53142.3798.3323.53
Hex1772D6303E358e6218
Octal1167551430766521614230
Binary111101111011011100011011111011010110001110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01772D; }

 p { color: rgb(1,119,45); }

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

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

 a { background-color: rgb(1,119,45); }

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

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

 span { border-color: rgb(1,119,45); }

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