#1F703E

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

Shades of Camarone #1F703E

Tints of Camarone #1F703E

Color information

#1F703E (or 0x1F703E) is unknown color: approx Camarone. HEX triplet: 1F, 70 and 3E. RGB value is (31,112,62). Sum of RGB (Red+Green+Blue) = 31+112+62=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #1F703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F703E is #E08FC1. Grayscale: #525252. Windows color (decimal): -14716866 or 4091935. OLE color: 4091935.

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

Color convert

RGB3111262-
CMYK0.7200.450.56
HSL142.96º56.64%28.04%-
HSV(B)142.96º72.32%43.92%-
XYZ7.2312.236.54-
YUV82.08116.6691.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 112 (44.14% from 255) = 54.63%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=15.12%
G=54.63%
B=30.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31112620.7200.450.56142.9656.6428.04
Hex1F703E4802D388f391c
Octal3716076110055702177134
Binary111111110000111110100100001011011110001000111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,112,62); }

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

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

 a { background-color: rgb(31,112,62); }

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

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

 span { border-color: rgb(31,112,62); }

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