#1C7231

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

Shades of Camarone #1C7231

Tints of Camarone #1C7231

Color information

#1C7231 (or 0x1C7231) is unknown color: approx Camarone. HEX triplet: 1C, 72 and 31. RGB value is (28,114,49). Sum of RGB (Red+Green+Blue) = 28+114+49=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 114 (44.92% from 255 or 59.69% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7231 is #E38DCE. Grayscale: #515151. Windows color (decimal): -14912975 or 3240476. OLE color: 3240476.

HSL color Cylindrical-coordinate representation of color #1C7231: hue angle of 134.65º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7231 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB2811449-
CMYK0.7500.570.55
HSL134.65º60.56%27.84%-
HSV(B)134.65º75.44%44.71%-
XYZ7.0512.54.95-
YUV80.88110.0190.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 114 (44.92% from 255) = 59.69%
BLUE value IS 49 (19.53% from 255) = 25.65%
R=14.66%
G=59.69%
B=25.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28114490.7500.570.55134.6560.5627.84
Hex1C72314B03937873d1c
Octal3416261113071672077534
Binary111001110010110001100101101110011101111000011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C7231; }

 p { color: rgb(28,114,49); }

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

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

 a { background-color: rgb(28,114,49); }

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

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

 span { border-color: rgb(28,114,49); }

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