Html Css Color HEX #1D4E3B County Green

📋 copy color: '#1D4E3B'

red 29 ◦ green 78 ◦ blue 59

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

Shades of County Green #1D4E3B

Tints of County Green #1D4E3B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.99%

 BLUE value IS 59 (23.44% from 255) = 35.54%

R = 17.47%
G = 46.99%
B = 35.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#1D4E3B (or 0x1D4E3B) is known color: County Green. HEX triplet: 1D, 4E and 3B. RGB value is (29,78,59). Sum of RGB (Red+Green+Blue) = 29+78+59=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #1D4E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4E3B is #E2B1C4. Grayscale: #3D3D3D. Windows color (decimal): -14856645 or 3886621. OLE color: 3886621.

HSL color Cylindrical-coordinate representation of color #1D4E3B: hue angle of 156.73º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4E3B is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 29 78 59 -
CMYK 0.63 0 0.24 0.69
HSL 156.73º 0.46% 0.21% -
HSV(B) 156.73º 0.63% 0.31% -
XYZ 4.02 6.03 5.09 -
YUV 61.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 29 78 59 0.63 0 0.24 0.69 156.73 0.46 0.21
Hex 1D 4E 3B 3F 0 18 45 9D 2E 15
Octal 35 116 73 77 0 30 105 235 56 25
Binary 11101 1001110 111011 111111 0 11000 1000101 10011101 101110 10101

Color Harmonies of #1D4E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4E3B

Black with #1D4E3B

Text Example


Text Example

White with #1D4E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,78,59); }

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

background-color css

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

 a { background-color: rgb(29,78,59); }

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

border-color css

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

 span { border-color: rgb(29,78,59); }

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