#127D2D

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

Shades of Camarone #127D2D

Tints of Camarone #127D2D

Color information

#127D2D (or 0x127D2D) is unknown color: approx Camarone. HEX triplet: 12, 7D and 2D. RGB value is (18,125,45). Sum of RGB (Red+Green+Blue) = 18+125+45=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 125 (49.22% from 255 or 66.49% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 125 - color contains mainly: green. Hex color #127D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D2D is #ED82D2. Grayscale: #545454. Windows color (decimal): -15565523 or 2981138. OLE color: 2981138.

HSL color Cylindrical-coordinate representation of color #127D2D: hue angle of 135.14º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D2D is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB1812545-
CMYK0.8600.640.51
HSL135.14º74.83%28.04%-
HSV(B)135.14º85.6%49.02%-
XYZ8.0614.994.95-
YUV83.89106.0581-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 125 (49.22% from 255) = 66.49%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=9.57%
G=66.49%
B=23.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18125450.8600.640.51135.1474.8328.04
Hex127D2D5604033874b1c
Octal221755512601006320711334
Binary10010111110110110110101100100000011001110000111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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