Html Css Color HEX #1D7531 Camarone

📋 copy color: '#1D7531'

red 29 ◦ green 117 ◦ blue 49

#1D7531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camarone #1D7531

Tints of Camarone #1D7531

RGB

 RED value IS 29 (11.72% from 255) = 14.87%

 GREEN value IS 117 (46.09% from 255) = 60%

 BLUE value IS 49 (19.53% from 255) = 25.13%

R = 14.87%
G = 60%
B = 25.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#1D7531 (or 0x1D7531) is known color: Camarone. HEX triplet: 1D, 75 and 31. RGB value is (29,117,49). Sum of RGB (Red+Green+Blue) = 29+117+49=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7531 is #E28ACE. Grayscale: #535353. Windows color (decimal): -14846671 or 3241245. OLE color: 3241245.

HSL color Cylindrical-coordinate representation of color #1D7531: hue angle of 133.64º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7531 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 117 49 -
CMYK 0.75 0 0.58 0.54
HSL 133.64º 0.6% 0.29% -
HSV(B) 133.64º 0.75% 0.46% -
XYZ 7.42 13.21 5.06 -
YUV 82.94 108.85 89.53 -
System Red Green Blue C M Y K H S L
Decimal 29 117 49 0.75 0 0.58 0.54 133.64 0.6 0.29
Hex 1D 75 31 4B 0 3A 36 86 3C 1D
Octal 35 165 61 113 0 72 66 206 74 35
Binary 11101 1110101 110001 1001011 0 111010 110110 10000110 111100 11101

Color Harmonies of #1D7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7531

Black with #1D7531

Text Example


Text Example

White with #1D7531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,117,49); }

 H1.HeaderClassName
 {
   color: #1D7531;
 }
 .AnyTagClassName
 {
   color: #1D7531;
 }
</style>

background-color css

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

 a { background-color: rgb(29,117,49); }

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

border-color css

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

 span { border-color: rgb(29,117,49); }

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