#027A03

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

Shades of Green #027A03

Tints of Green #027A03

Color information

#027A03 (or 0x027A03) is unknown color: approx Green. HEX triplet: 02, 7A and 03. RGB value is (2,122,3). Sum of RGB (Red+Green+Blue) = 2+122+3=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 122 (48.05% from 255 or 96.06% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 122 - color contains mainly: green. Hex color #027A03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A03 is #FD85FC. Grayscale: #484848. Windows color (decimal): -16614909 or 227842. OLE color: 227842.

HSL color Cylindrical-coordinate representation of color #027A03: hue angle of 120.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A03 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB21223-
CMYK0.9800.980.52
HSL120.5º96.77%24.31%-
HSV(B)120.5º98.36%47.84%-
XYZ713.942.41-
YUV72.5588.7477.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 122 (48.05% from 255) = 96.06%
BLUE value IS 3 (1.56% from 255) = 2.36%
R=1.57%
G=96.06%
B=2.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal212230.9800.980.52120.596.7724.31
Hex27A36206234786118
Octal2172314201426417014130
Binary101111010111100010011000101101001111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027A03; }

 p { color: rgb(2,122,3); }

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

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

 a { background-color: rgb(2,122,3); }

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

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

 span { border-color: rgb(2,122,3); }

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