#1F7037

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

Shades of Camarone #1F7037

Tints of Camarone #1F7037

Color information

#1F7037 (or 0x1F7037) is unknown color: approx Camarone. HEX triplet: 1F, 70 and 37. RGB value is (31,112,55). Sum of RGB (Red+Green+Blue) = 31+112+55=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7037 is #E08FC8. Grayscale: #515151. Windows color (decimal): -14716873 or 3633183. OLE color: 3633183.

HSL color Cylindrical-coordinate representation of color #1F7037: hue angle of 137.78º 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 #1F7037 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB3111255-
CMYK0.7200.510.56
HSL137.78º56.64%28.04%-
HSV(B)137.78º72.32%43.92%-
XYZ7.0512.165.59-
YUV81.28113.1692.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.66%
GREEN value IS 112 (44.14% from 255) = 56.57%
BLUE value IS 55 (21.88% from 255) = 27.78%
R=15.66%
G=56.57%
B=27.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31112550.7200.510.56137.7856.6428.04
Hex1F703748033388a391c
Octal3716067110063702127134
Binary111111110000110111100100001100111110001000101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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