#127A2A

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

Shades of Camarone #127A2A

Tints of Camarone #127A2A

Color information

#127A2A (or 0x127A2A) is unknown color: approx Camarone. HEX triplet: 12, 7A and 2A. RGB value is (18,122,42). Sum of RGB (Red+Green+Blue) = 18+122+42=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 122 (48.05% from 255 or 67.03% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 122 - color contains mainly: green. Hex color #127A2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A2A is #ED85D5. Grayscale: #525252. Windows color (decimal): -15566294 or 2783762. OLE color: 2783762.

HSL color Cylindrical-coordinate representation of color #127A2A: hue angle of 133.85º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A2A is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB1812242-
CMYK0.8500.660.52
HSL133.85º74.29%27.45%-
HSV(B)133.85º85.25%47.84%-
XYZ7.6314.214.53-
YUV81.78105.5482.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 122 (48.05% from 255) = 67.03%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=9.89%
G=67.03%
B=23.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18122420.8500.660.52133.8574.2927.45
Hex127A2A5504234864a1b
Octal221725212501026420611233
Binary10010111101010101010101010100001011010010000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127A2A; }

 p { color: rgb(18,122,42); }

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

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

 a { background-color: rgb(18,122,42); }

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

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

 span { border-color: rgb(18,122,42); }

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