Html Css Color HEX #1D5237 County Green

📋 copy color: '#1D5237'

red 29 ◦ green 82 ◦ blue 55

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

Shades of County Green #1D5237

Tints of County Green #1D5237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.4%

 BLUE value IS 55 (21.88% from 255) = 33.13%

R = 17.47%
G = 49.4%
B = 33.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#1D5237 (or 0x1D5237) is known color: County Green. HEX triplet: 1D, 52 and 37. RGB value is (29,82,55). Sum of RGB (Red+Green+Blue) = 29+82+55=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #1D5237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5237 is #E2ADC8. Grayscale: #3F3F3F. Windows color (decimal): -14855625 or 3625501. OLE color: 3625501.

HSL color Cylindrical-coordinate representation of color #1D5237: hue angle of 149.43º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5237 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 29 82 55 -
CMYK 0.65 0 0.33 0.68
HSL 149.43º 0.48% 0.22% -
HSV(B) 149.43º 0.65% 0.32% -
XYZ 4.21 6.57 4.66 -
YUV 63.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 29 82 55 0.65 0 0.33 0.68 149.43 0.48 0.22
Hex 1D 52 37 41 0 21 44 95 30 16
Octal 35 122 67 101 0 41 104 225 60 26
Binary 11101 1010010 110111 1000001 0 100001 1000100 10010101 110000 10110

Color Harmonies of #1D5237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5237

Black with #1D5237

Text Example


Text Example

White with #1D5237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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