#05A238

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

Shades of Pigment Green #05A238

Tints of Pigment Green #05A238

Color information

#05A238 (or 0x05A238) is unknown color: approx Pigment Green. HEX triplet: 05, A2 and 38. RGB value is (5,162,56). Sum of RGB (Red+Green+Blue) = 5+162+56=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 162 (63.67% from 255 or 72.65% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 162 - color contains mainly: green. Hex color #05A238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A238 is #FA5DC7. Grayscale: #676767. Windows color (decimal): -16408008 or 3711493. OLE color: 3711493.

HSL color Cylindrical-coordinate representation of color #05A238: hue angle of 139.49º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A238 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB516256-
CMYK0.9700.650.36
HSL139.49º94.01%32.75%-
HSV(B)139.49º96.91%63.53%-
XYZ13.726.168.07-
YUV102.97101.4958.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 162 (63.67% from 255) = 72.65%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=2.24%
G=72.65%
B=25.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5162560.9700.650.36139.4994.0132.75
Hex5A23861041248b5e21
Octal52427014101014421313641
Binary10110100010111000110000101000001100100100010111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A238; }

 p { color: rgb(5,162,56); }

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

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

 a { background-color: rgb(5,162,56); }

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

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

 span { border-color: rgb(5,162,56); }

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