Html Css Color HEX #1C4432 County Green

📋 copy color: '#1C4432'

red 28 ◦ green 68 ◦ blue 50

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

Shades of County Green #1C4432

Tints of County Green #1C4432

RGB

 RED value IS 28 (11.33% from 255) = 19.18%

 GREEN value IS 68 (26.95% from 255) = 46.58%

 BLUE value IS 50 (19.92% from 255) = 34.25%

R = 19.18%
G = 46.58%
B = 34.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#1C4432 (or 0x1C4432) is known color: County Green. HEX triplet: 1C, 44 and 32. RGB value is (28,68,50). Sum of RGB (Red+Green+Blue) = 28+68+50=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #1C4432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4432 is #E3BBCD. Grayscale: #363636. Windows color (decimal): -14924750 or 3294236. OLE color: 3294236.

HSL color Cylindrical-coordinate representation of color #1C4432: hue angle of 153º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C4432 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 28 68 50 -
CMYK 0.59 0 0.26 0.73
HSL 153º 0.42% 0.19% -
HSV(B) 153º 0.59% 0.27% -
XYZ 3.12 4.61 3.74 -
YUV 53.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 28 68 50 0.59 0 0.26 0.73 153 0.42 0.19
Hex 1C 44 32 3B 0 1A 49 99 2A 13
Octal 34 104 62 73 0 32 111 231 52 23
Binary 11100 1000100 110010 111011 0 11010 1001001 10011001 101010 10011

Color Harmonies of #1C4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4432

Black with #1C4432

Text Example


Text Example

White with #1C4432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,68,50); }

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

background-color css

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

 a { background-color: rgb(28,68,50); }

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

border-color css

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

 span { border-color: rgb(28,68,50); }

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