Html Css Color HEX #1D563D County Green

📋 copy color: '#1D563D'

red 29 ◦ green 86 ◦ blue 61

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

Shades of County Green #1D563D

Tints of County Green #1D563D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

 BLUE value IS 61 (24.22% from 255) = 34.66%

R = 16.48%
G = 48.86%
B = 34.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#1D563D (or 0x1D563D) is known color: County Green. HEX triplet: 1D, 56 and 3D. RGB value is (29,86,61). Sum of RGB (Red+Green+Blue) = 29+86+61=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #1D563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D563D is #E2A9C2. Grayscale: #424242. Windows color (decimal): -14854595 or 4019741. OLE color: 4019741.

HSL color Cylindrical-coordinate representation of color #1D563D: hue angle of 153.68º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D563D is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 86 61 -
CMYK 0.66 0 0.29 0.66
HSL 153.68º 0.5% 0.23% -
HSV(B) 153.68º 0.66% 0.34% -
XYZ 4.68 7.25 5.57 -
YUV 66.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 29 86 61 0.66 0 0.29 0.66 153.68 0.5 0.23
Hex 1D 56 3D 42 0 1D 42 9A 32 17
Octal 35 126 75 102 0 35 102 232 62 27
Binary 11101 1010110 111101 1000010 0 11101 1000010 10011010 110010 10111

Color Harmonies of #1D563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D563D

Black with #1D563D

Text Example


Text Example

White with #1D563D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,86,61); }

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

background-color css

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

 a { background-color: rgb(29,86,61); }

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

border-color css

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

 span { border-color: rgb(29,86,61); }

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