#1D5440

Color #1D5440 County Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of County Green #1D5440

Tints of County Green #1D5440

Color information

#1D5440 (or 0x1D5440) is unknown color: approx County Green. HEX triplet: 1D, 54 and 40. RGB value is (29,84,64). Sum of RGB (Red+Green+Blue) = 29+84+64=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5440 is #E2ABBF. Grayscale: #414141. Windows color (decimal): -14855104 or 4215837. OLE color: 4215837.

HSL color Cylindrical-coordinate representation of color #1D5440: hue angle of 158.18º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5440 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB298464-
CMYK0.6500.240.67
HSL158.18º48.67%22.16%-
HSV(B)158.18º65.48%32.94%-
XYZ4.66.975.95-
YUV65.28127.28102.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.38%
GREEN value IS 84 (33.20% from 255) = 47.46%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=16.38%
G=47.46%
B=36.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2984640.6500.240.67158.1848.6722.16
Hex1D544041018439e3116
Octal351241001010301032366126
Binary1110110101001000000100000101100010000111001111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,84,64); }

 H1.HeaderClassName
 {
   color: #1D5440;
 }
 .AnyTagClassName
 {
   color: #1D5440;
 }
</style>
background-color css

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

 a { background-color: rgb(29,84,64); }

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

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

 span { border-color: rgb(29,84,64); }

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