#1D5F28

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

Shades of Camarone #1D5F28

Tints of Camarone #1D5F28

Color information

#1D5F28 (or 0x1D5F28) is unknown color: approx Camarone. HEX triplet: 1D, 5F and 28. RGB value is (29,95,40). Sum of RGB (Red+Green+Blue) = 29+95+40=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 95 (37.5% from 255 or 57.93% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 95 - color contains mainly: green. Hex color #1D5F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5F28 is #E2A0D7. Grayscale: #454545. Windows color (decimal): -14852312 or 2645789. OLE color: 2645789.

HSL color Cylindrical-coordinate representation of color #1D5F28: hue angle of 130º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5F28 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.63.

Color convert

RGB299540-
CMYK0.6900.580.63
HSL130º53.23%24.31%-
HSV(B)130º69.47%37.25%-
XYZ4.988.63.4-
YUV69111.6399.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.68%
GREEN value IS 95 (37.5% from 255) = 57.93%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=17.68%
G=57.93%
B=24.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2995400.6900.580.6313053.2324.31
Hex1D5F284503A3F823518
Octal3513750105072772026530
Binary111011011111101000100010101110101111111000001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,95,40); }

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

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

 a { background-color: rgb(29,95,40); }

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

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

 span { border-color: rgb(29,95,40); }

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