#127A28

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

Shades of Camarone #127A28

Tints of Camarone #127A28

Color information

#127A28 (or 0x127A28) is unknown color: approx Camarone. HEX triplet: 12, 7A and 28. RGB value is (18,122,40). Sum of RGB (Red+Green+Blue) = 18+122+40=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 122 (48.05% from 255 or 67.78% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 122 - color contains mainly: green. Hex color #127A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A28 is #ED85D7. Grayscale: #515151. Windows color (decimal): -15566296 or 2652690. OLE color: 2652690.

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

Color convert

RGB1812240-
CMYK0.8500.670.52
HSL132.69º74.29%27.45%-
HSV(B)132.69º85.25%47.84%-
XYZ7.5914.24.35-
YUV81.56104.5482.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 122 (48.05% from 255) = 67.78%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=10%
G=67.78%
B=22.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18122400.8500.670.52132.6974.2927.45
Hex127A285504334854a1b
Octal221725012501036420511233
Binary10010111101010100010101010100001111010010000101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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