#017E2A

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

Shades of Camarone #017E2A

Tints of Camarone #017E2A

Color information

#017E2A (or 0x017E2A) is unknown color: approx Camarone. HEX triplet: 01, 7E and 2A. RGB value is (1,126,42). Sum of RGB (Red+Green+Blue) = 1+126+42=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 126 (49.61% from 255 or 74.56% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 126 - color contains mainly: green. Hex color #017E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017E2A is #FE81D5. Grayscale: #4F4F4F. Windows color (decimal): -16679382 or 2784769. OLE color: 2784769.

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

Color convert

RGB112642-
CMYK0.9900.670.51
HSL139.68º98.43%24.9%-
HSV(B)139.68º99.21%49.41%-
XYZ7.8915.14.69-
YUV79.05107.0972.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 126 (49.61% from 255) = 74.56%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=0.59%
G=74.56%
B=24.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1126420.9900.670.51139.6898.4324.9
Hex17E2A63043338c6219
Octal11765214301036321414231
Binary1111111010101011000110100001111001110001100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,126,42); }

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

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

 a { background-color: rgb(1,126,42); }

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

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

 span { border-color: rgb(1,126,42); }

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