#1D7E3B

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

Shades of Camarone #1D7E3B

Tints of Camarone #1D7E3B

Color information

#1D7E3B (or 0x1D7E3B) is unknown color: approx Camarone. HEX triplet: 1D, 7E and 3B. RGB value is (29,126,59). Sum of RGB (Red+Green+Blue) = 29+126+59=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #1D7E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7E3B is #E281C4. Grayscale: #595959. Windows color (decimal): -14844357 or 3898909. OLE color: 3898909.

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

Color convert

RGB2912659-
CMYK0.7700.530.51
HSL138.56º62.58%30.39%-
HSV(B)138.56º76.98%49.41%-
XYZ8.7615.56.67-
YUV89.36110.8684.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.55%
GREEN value IS 126 (49.61% from 255) = 58.88%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=13.55%
G=58.88%
B=27.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29126590.7700.530.51138.5662.5830.39
Hex1D7E3B4D035338b3f1e
Octal3517673115065632137736
Binary111011111110111011100110101101011100111000101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,126,59); }

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

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

 a { background-color: rgb(29,126,59); }

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

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

 span { border-color: rgb(29,126,59); }

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