Html Css Color HEX #1C4F35 County Green

📋 copy color: '#1C4F35'

red 28 ◦ green 79 ◦ blue 53

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

Shades of County Green #1C4F35

Tints of County Green #1C4F35

RGB

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

 GREEN value IS 79 (31.25% from 255) = 49.38%

 BLUE value IS 53 (21.09% from 255) = 33.13%

R = 17.5%
G = 49.38%
B = 33.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#1C4F35 (or 0x1C4F35) is known color: County Green. HEX triplet: 1C, 4F and 35. RGB value is (28,79,53). Sum of RGB (Red+Green+Blue) = 28+79+53=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #1C4F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C4F35 is #E3B0CA. Grayscale: #3C3C3C. Windows color (decimal): -14921931 or 3493660. OLE color: 3493660.

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

Color convert

RGB 28 79 53 -
CMYK 0.65 0 0.33 0.69
HSL 149.41º 0.48% 0.21% -
HSV(B) 149.41º 0.65% 0.31% -
XYZ 3.92 6.1 4.34 -
YUV 60.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 28 79 53 0.65 0 0.33 0.69 149.41 0.48 0.21
Hex 1C 4F 35 41 0 21 45 95 30 15
Octal 34 117 65 101 0 41 105 225 60 25
Binary 11100 1001111 110101 1000001 0 100001 1000101 10010101 110000 10101

Color Harmonies of #1C4F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4F35

Black with #1C4F35

Text Example


Text Example

White with #1C4F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,79,53); }

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

background-color css

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

 a { background-color: rgb(28,79,53); }

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

border-color css

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

 span { border-color: rgb(28,79,53); }

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