#057230

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

Shades of Fun Green #057230

Tints of Fun Green #057230

Color information

#057230 (or 0x057230) is unknown color: approx Fun Green. HEX triplet: 05, 72 and 30. RGB value is (5,114,48). Sum of RGB (Red+Green+Blue) = 5+114+48=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 114 (44.92% from 255 or 68.26% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 114 - color contains mainly: green. Hex color #057230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057230 is #FA8DCF. Grayscale: #4A4A4A. Windows color (decimal): -16420304 or 3174917. OLE color: 3174917.

HSL color Cylindrical-coordinate representation of color #057230: hue angle of 143.67º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057230 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB511448-
CMYK0.9600.580.55
HSL143.67º91.6%23.33%-
HSV(B)143.67º95.61%44.71%-
XYZ6.6112.284.82-
YUV73.88113.3978.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 114 (44.92% from 255) = 68.26%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=2.99%
G=68.26%
B=28.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114480.9600.580.55143.6791.623.33
Hex572306003A37905c17
Octal5162601400726722013427
Binary10111100101100001100000011101011011110010000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057230; }

 p { color: rgb(5,114,48); }

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

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

 a { background-color: rgb(5,114,48); }

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

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

 span { border-color: rgb(5,114,48); }

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