Html Css Color HEX #1D563F County Green

📋 copy color: '#1D563F'

red 29 ◦ green 86 ◦ blue 63

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

Shades of County Green #1D563F

Tints of County Green #1D563F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.39%

R = 16.29%
G = 48.31%
B = 35.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#1D563F (or 0x1D563F) is known color: County Green. HEX triplet: 1D, 56 and 3F. RGB value is (29,86,63). Sum of RGB (Red+Green+Blue) = 29+86+63=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #1D563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D563F is #E2A9C0. Grayscale: #424242. Windows color (decimal): -14854593 or 4150813. OLE color: 4150813.

HSL color Cylindrical-coordinate representation of color #1D563F: hue angle of 155.79º 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 #1D563F is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 86 63 -
CMYK 0.66 0 0.27 0.66
HSL 155.79º 0.5% 0.23% -
HSV(B) 155.79º 0.66% 0.34% -
XYZ 4.73 7.28 5.86 -
YUV 66.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 29 86 63 0.66 0 0.27 0.66 155.79 0.5 0.23
Hex 1D 56 3F 42 0 1B 42 9C 32 17
Octal 35 126 77 102 0 33 102 234 62 27
Binary 11101 1010110 111111 1000010 0 11011 1000010 10011100 110010 10111

Color Harmonies of #1D563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D563F

Black with #1D563F

Text Example


Text Example

White with #1D563F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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