#1f5f30

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

Shades of Camarone #1F5F30

Tints of Camarone #1F5F30

Color information

#1F5F30 (or 0x1F5F30) is unknown color: approx Camarone. HEX triplet: 1F, 5F and 30. RGB value is (31,95,48). Sum of RGB (Red+Green+Blue) = 31+95+48=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 95 (37.5% from 255 or 54.60% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 95 - color contains mainly: green. Hex color #1F5F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5F30 is #E0A0CF. Grayscale: #464646. Windows color (decimal): -14721232 or 3170079. OLE color: 3170079.

HSL color Cylindrical-coordinate representation of color #1F5F30: hue angle of 135.94º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5F30 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB319548-
CMYK0.6700.490.63
HSL135.94º50.79%24.71%-
HSV(B)135.94º67.37%37.25%-
XYZ5.198.694.2-
YUV70.51115.399.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.82%
GREEN value IS 95 (37.5% from 255) = 54.60%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=17.82%
G=54.60%
B=27.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3195480.6700.490.63135.9450.7924.71
Hex1F5F30430313F883319
Octal3713760103061772106331
Binary111111011111110000100001101100011111111000100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f5f30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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