#017B2A

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

Shades of Camarone #017B2A

Tints of Camarone #017B2A

Color information

#017B2A (or 0x017B2A) is unknown color: approx Camarone. HEX triplet: 01, 7B and 2A. RGB value is (1,123,42). Sum of RGB (Red+Green+Blue) = 1+123+42=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 123 (48.44% from 255 or 74.10% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 123 - color contains mainly: green. Hex color #017B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017B2A is #FE84D5. Grayscale: #4D4D4D. Windows color (decimal): -16680150 or 2784001. OLE color: 2784001.

HSL color Cylindrical-coordinate representation of color #017B2A: hue angle of 140.16º 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 #017B2A is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB112342-
CMYK0.9900.660.52
HSL140.16º98.39%24.31%-
HSV(B)140.16º99.19%48.24%-
XYZ7.5114.344.56-
YUV77.29108.0873.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 123 (48.44% from 255) = 74.10%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=0.60%
G=74.10%
B=25.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1123420.9900.660.52140.1698.3924.31
Hex17B2A63042348c6218
Octal11735214301026421414230
Binary1111101110101011000110100001011010010001100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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