#1F6130

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

Shades of Camarone #1F6130

Tints of Camarone #1F6130

Color information

#1F6130 (or 0x1F6130) is unknown color: approx Camarone. HEX triplet: 1F, 61 and 30. RGB value is (31,97,48). Sum of RGB (Red+Green+Blue) = 31+97+48=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #1F6130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6130 is #E09ECF. Grayscale: #474747. Windows color (decimal): -14720720 or 3170591. OLE color: 3170591.

HSL color Cylindrical-coordinate representation of color #1F6130: hue angle of 135.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6130 is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB319748-
CMYK0.6800.510.62
HSL135.45º51.56%25.1%-
HSV(B)135.45º68.04%38.04%-
XYZ5.379.054.26-
YUV71.68114.6398.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.61%
GREEN value IS 97 (38.28% from 255) = 55.11%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=17.61%
G=55.11%
B=27.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3197480.6800.510.62135.4551.5625.1
Hex1F6130440333E873419
Octal3714160104063762076431
Binary111111100001110000100010001100111111101000011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,97,48); }

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

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

 a { background-color: rgb(31,97,48); }

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

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

 span { border-color: rgb(31,97,48); }

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