#028127

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

Shades of Camarone #028127

Tints of Camarone #028127

Color information

#028127 (or 0x028127) is unknown color: approx Camarone. HEX triplet: 02, 81 and 27. RGB value is (2,129,39). Sum of RGB (Red+Green+Blue) = 2+129+39=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #028127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028127 is #FD7ED8. Grayscale: #515151. Windows color (decimal): -16613081 or 2588930. OLE color: 2588930.

HSL color Cylindrical-coordinate representation of color #028127: hue angle of 137.48º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028127 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB212939-
CMYK0.9800.700.49
HSL137.48º96.95%25.69%-
HSV(B)137.48º98.45%50.59%-
XYZ8.2415.864.55-
YUV80.77104.4271.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 129 (50.78% from 255) = 75.88%
BLUE value IS 39 (15.62% from 255) = 22.94%
R=1.18%
G=75.88%
B=22.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2129390.9800.700.49137.4896.9525.69
Hex28127620463189611a
Octal22014714201066121114132
Binary101000000110011111000100100011011000110001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028127; }

 p { color: rgb(2,129,39); }

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

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

 a { background-color: rgb(2,129,39); }

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

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

 span { border-color: rgb(2,129,39); }

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