#1D8037

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

Shades of Camarone #1D8037

Tints of Camarone #1D8037

Color information

#1D8037 (or 0x1D8037) is unknown color: approx Camarone. HEX triplet: 1D, 80 and 37. RGB value is (29,128,55). Sum of RGB (Red+Green+Blue) = 29+128+55=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #1D8037 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8037 is #E27FC8. Grayscale: #5A5A5A. Windows color (decimal): -14843849 or 3637277. OLE color: 3637277.

HSL color Cylindrical-coordinate representation of color #1D8037: hue angle of 135.76º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D8037 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB2912855-
CMYK0.7700.570.50
HSL135.76º63.06%30.78%-
HSV(B)135.76º77.34%50.2%-
XYZ8.9215.986.23-
YUV90.08108.284.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.68%
GREEN value IS 128 (50.39% from 255) = 60.38%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=13.68%
G=60.38%
B=25.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29128550.7700.570.50135.7663.0630.78
Hex1D80374D03932883f1f
Octal3520067115071622107737
Binary1110110000000110111100110101110011100101000100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,128,55); }

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

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

 a { background-color: rgb(29,128,55); }

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

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

 span { border-color: rgb(29,128,55); }

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