Html Css Color HEX #1D7D32 Camarone

📋 copy color: '#1D7D32'

red 29 ◦ green 125 ◦ blue 50

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

Shades of Camarone #1D7D32

Tints of Camarone #1D7D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 61.27%

 BLUE value IS 50 (19.92% from 255) = 24.51%

R = 14.22%
G = 61.27%
B = 24.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#1D7D32 (or 0x1D7D32) is known color: Camarone. HEX triplet: 1D, 7D and 32. RGB value is (29,125,50). Sum of RGB (Red+Green+Blue) = 29+125+50=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 125 (49.22% from 255 or 61.27% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7D32 is #E282CD. Grayscale: #575757. Windows color (decimal): -14844622 or 3308829. OLE color: 3308829.

HSL color Cylindrical-coordinate representation of color #1D7D32: hue angle of 133.12º degrees, saturation: 0.62, 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 #1D7D32 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 125 50 -
CMYK 0.77 0 0.60 0.51
HSL 133.13º 0.62% 0.3% -
HSV(B) 133.13º 0.77% 0.49% -
XYZ 8.42 15.16 5.5 -
YUV 87.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 29 125 50 0.77 0 0.60 0.51 133.13 0.62 0.3
Hex 1D 7D 32 4D 0 3C 33 85 3E 1E
Octal 35 175 62 115 0 74 63 205 76 36
Binary 11101 1111101 110010 1001101 0 111100 110011 10000101 111110 11110

Color Harmonies of #1D7D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7D32

Black with #1D7D32

Text Example


Text Example

White with #1D7D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,125,50); }

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

background-color css

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

 a { background-color: rgb(29,125,50); }

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

border-color css

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

 span { border-color: rgb(29,125,50); }

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