#017A28

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

Shades of Camarone #017A28

Tints of Camarone #017A28

Color information

#017A28 (or 0x017A28) is unknown color: approx Camarone. HEX triplet: 01, 7A and 28. RGB value is (1,122,40). Sum of RGB (Red+Green+Blue) = 1+122+40=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 122 (48.05% from 255 or 74.85% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 122 - color contains mainly: green. Hex color #017A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017A28 is #FE85D7. Grayscale: #4C4C4C. Windows color (decimal): -16680408 or 2652673. OLE color: 2652673.

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

Color convert

RGB112240-
CMYK0.9900.670.52
HSL139.34º98.37%24.12%-
HSV(B)139.34º99.18%47.84%-
XYZ7.3614.084.34-
YUV76.47107.4174.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 122 (48.05% from 255) = 74.85%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=0.61%
G=74.85%
B=24.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1122400.9900.670.52139.3498.3724.12
Hex17A2863043348b6218
Octal11725014301036421314230
Binary1111101010100011000110100001111010010001011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017A28; }

 p { color: rgb(1,122,40); }

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

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

 a { background-color: rgb(1,122,40); }

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

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

 span { border-color: rgb(1,122,40); }

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