#127830

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

Shades of Camarone #127830

Tints of Camarone #127830

Color information

#127830 (or 0x127830) is unknown color: approx Camarone. HEX triplet: 12, 78 and 30. RGB value is (18,120,48). Sum of RGB (Red+Green+Blue) = 18+120+48=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 120 (47.27% from 255 or 64.52% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 120 - color contains mainly: green. Hex color #127830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127830 is #ED87CF. Grayscale: #515151. Windows color (decimal): -15566800 or 3176466. OLE color: 3176466.

HSL color Cylindrical-coordinate representation of color #127830: hue angle of 137.65º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127830 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1812048-
CMYK0.8500.600.53
HSL137.65º73.91%27.06%-
HSV(B)137.65º85%47.06%-
XYZ7.513.775.06-
YUV81.29109.2182.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 120 (47.27% from 255) = 64.52%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=9.68%
G=64.52%
B=25.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120480.8500.600.53137.6573.9127.06
Hex1278305503C358a4a1b
Octal22170601250746521211233
Binary1001011110001100001010101011110011010110001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127830; }

 p { color: rgb(18,120,48); }

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

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

 a { background-color: rgb(18,120,48); }

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

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

 span { border-color: rgb(18,120,48); }

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