#127B2D

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

Shades of Camarone #127B2D

Tints of Camarone #127B2D

Color information

#127B2D (or 0x127B2D) is unknown color: approx Camarone. HEX triplet: 12, 7B and 2D. RGB value is (18,123,45). Sum of RGB (Red+Green+Blue) = 18+123+45=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 123 (48.44% from 255 or 66.13% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 123 - color contains mainly: green. Hex color #127B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B2D is #ED84D2. Grayscale: #525252. Windows color (decimal): -15566035 or 2980626. OLE color: 2980626.

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

Color convert

RGB1812345-
CMYK0.8500.630.52
HSL135.43º74.47%27.65%-
HSV(B)135.43º85.37%48.24%-
XYZ7.8114.484.87-
YUV82.71106.7181.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 123 (48.44% from 255) = 66.13%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=9.68%
G=66.13%
B=24.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123450.8500.630.52135.4374.4727.65
Hex127B2D5503F34874a1c
Octal22173551250776420711234
Binary1001011110111011011010101011111111010010000111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,123,45); }

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

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

 a { background-color: rgb(18,123,45); }

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

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

 span { border-color: rgb(18,123,45); }

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