Html Css Color HEX #1D4C35 County Green

📋 copy color: '#1D4C35'

red 29 ◦ green 76 ◦ blue 53

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

Shades of County Green #1D4C35

Tints of County Green #1D4C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.1%

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

R = 18.35%
G = 48.1%
B = 33.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#1D4C35 (or 0x1D4C35) is known color: County Green. HEX triplet: 1D, 4C and 35. RGB value is (29,76,53). Sum of RGB (Red+Green+Blue) = 29+76+53=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4C35 is #E2B3CA. Grayscale: #3B3B3B. Windows color (decimal): -14857163 or 3492893. OLE color: 3492893.

HSL color Cylindrical-coordinate representation of color #1D4C35: hue angle of 150.64º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D4C35 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB 29 76 53 -
CMYK 0.62 0 0.30 0.70
HSL 150.64º 0.45% 0.21% -
HSV(B) 150.64º 0.62% 0.3% -
XYZ 3.73 5.69 4.27 -
YUV 59.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 29 76 53 0.62 0 0.30 0.70 150.64 0.45 0.21
Hex 1D 4C 35 3E 0 1E 46 97 2D 15
Octal 35 114 65 76 0 36 106 227 55 25
Binary 11101 1001100 110101 111110 0 11110 1000110 10010111 101101 10101

Color Harmonies of #1D4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4C35

Black with #1D4C35

Text Example


Text Example

White with #1D4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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