#127A2E

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

Shades of Camarone #127A2E

Tints of Camarone #127A2E

Color information

#127A2E (or 0x127A2E) is unknown color: approx Camarone. HEX triplet: 12, 7A and 2E. RGB value is (18,122,46). Sum of RGB (Red+Green+Blue) = 18+122+46=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 122 (48.05% from 255 or 65.59% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 122 - color contains mainly: green. Hex color #127A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A2E is #ED85D1. Grayscale: #525252. Windows color (decimal): -15566290 or 3045906. OLE color: 3045906.

HSL color Cylindrical-coordinate representation of color #127A2E: hue angle of 136.15º 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 #127A2E is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB1812246-
CMYK0.8500.620.52
HSL136.15º74.29%27.45%-
HSV(B)136.15º85.25%47.84%-
XYZ7.714.244.93-
YUV82.24107.5482.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 122 (48.05% from 255) = 65.59%
BLUE value IS 46 (18.36% from 255) = 24.73%
R=9.68%
G=65.59%
B=24.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18122460.8500.620.52136.1574.2927.45
Hex127A2E5503E34884a1b
Octal22172561250766421011233
Binary1001011110101011101010101011111011010010001000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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