#1f7f35

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

Shades of Camarone #1F7F35

Tints of Camarone #1F7F35

Color information

#1F7F35 (or 0x1F7F35) is unknown color: approx Camarone. HEX triplet: 1F, 7F and 35. RGB value is (31,127,53). Sum of RGB (Red+Green+Blue) = 31+127+53=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #1F7F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7F35 is #E080CA. Grayscale: #5A5A5A. Windows color (decimal): -14713035 or 3505951. OLE color: 3505951.

HSL color Cylindrical-coordinate representation of color #1F7F35: hue angle of 133.75º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7F35 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB3112753-
CMYK0.7600.580.50
HSL133.75º60.76%30.98%-
HSV(B)133.75º75.59%49.8%-
XYZ8.815.735.94-
YUV89.86107.286.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.69%
GREEN value IS 127 (50% from 255) = 60.19%
BLUE value IS 53 (21.09% from 255) = 25.12%
R=14.69%
G=60.19%
B=25.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31127530.7600.580.50133.7560.7630.98
Hex1F7F354C03A32863d1f
Octal3717765114072622067537
Binary111111111111110101100110001110101100101000011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f7f35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,127,53); }

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

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

 a { background-color: rgb(31,127,53); }

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

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

 span { border-color: rgb(31,127,53); }

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