#1F7731

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

Shades of Camarone #1F7731

Tints of Camarone #1F7731

Color information

#1F7731 (or 0x1F7731) is unknown color: approx Camarone. HEX triplet: 1F, 77 and 31. RGB value is (31,119,49). Sum of RGB (Red+Green+Blue) = 31+119+49=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7731 is #E088CE. Grayscale: #545454. Windows color (decimal): -14715087 or 3241759. OLE color: 3241759.

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

Color convert

RGB3111949-
CMYK0.7400.590.53
HSL132.27º58.67%29.41%-
HSV(B)132.27º73.95%46.67%-
XYZ7.7213.715.14-
YUV84.71107.8589.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.58%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=15.58%
G=59.80%
B=24.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31119490.7400.590.53132.2758.6729.41
Hex1F77314A03B35843b1d
Octal3716761112073652047335
Binary111111110111110001100101001110111101011000010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,119,49); }

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

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

 a { background-color: rgb(31,119,49); }

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

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

 span { border-color: rgb(31,119,49); }

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