Html Css Color HEX #1D4935 County Green

📋 copy color: '#1D4935'

red 29 ◦ green 73 ◦ blue 53

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

Shades of County Green #1D4935

Tints of County Green #1D4935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.1%

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 18.71%
G = 47.1%
B = 34.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#1D4935 (or 0x1D4935) is known color: County Green. HEX triplet: 1D, 49 and 35. RGB value is (29,73,53). Sum of RGB (Red+Green+Blue) = 29+73+53=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #1D4935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4935 is #E2B6CA. Grayscale: #393939. Windows color (decimal): -14857931 or 3492125. OLE color: 3492125.

HSL color Cylindrical-coordinate representation of color #1D4935: hue angle of 152.73º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4935 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 73 53 -
CMYK 0.60 0 0.27 0.71
HSL 152.73º 0.43% 0.2% -
HSV(B) 152.73º 0.6% 0.29% -
XYZ 3.53 5.28 4.2 -
YUV 57.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 29 73 53 0.60 0 0.27 0.71 152.73 0.43 0.2
Hex 1D 49 35 3C 0 1B 47 99 2B 14
Octal 35 111 65 74 0 33 107 231 53 24
Binary 11101 1001001 110101 111100 0 11011 1000111 10011001 101011 10100

Color Harmonies of #1D4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4935

Black with #1D4935

Text Example


Text Example

White with #1D4935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,73,53); }

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

background-color css

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

 a { background-color: rgb(29,73,53); }

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

border-color css

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

 span { border-color: rgb(29,73,53); }

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