Html Css Color HEX #1C513D County Green

📋 copy color: '#1C513D'

red 28 ◦ green 81 ◦ blue 61

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

Shades of County Green #1C513D

Tints of County Green #1C513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.65%

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 16.47%
G = 47.65%
B = 35.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#1C513D (or 0x1C513D) is known color: County Green. HEX triplet: 1C, 51 and 3D. RGB value is (28,81,61). Sum of RGB (Red+Green+Blue) = 28+81+61=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #1C513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C513D is #E3AEC2. Grayscale: #3E3E3E. Windows color (decimal): -14921411 or 4018460. OLE color: 4018460.

HSL color Cylindrical-coordinate representation of color #1C513D: hue angle of 157.36º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C513D is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 28 81 61 -
CMYK 0.65 0 0.25 0.68
HSL 157.36º 0.49% 0.21% -
HSV(B) 157.36º 0.65% 0.32% -
XYZ 4.26 6.47 5.44 -
YUV 62.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 28 81 61 0.65 0 0.25 0.68 157.36 0.49 0.21
Hex 1C 51 3D 41 0 19 44 9D 31 15
Octal 34 121 75 101 0 31 104 235 61 25
Binary 11100 1010001 111101 1000001 0 11001 1000100 10011101 110001 10101

Color Harmonies of #1C513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C513D

Black with #1C513D

Text Example


Text Example

White with #1C513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,81,61); }

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

background-color css

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

 a { background-color: rgb(28,81,61); }

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

border-color css

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

 span { border-color: rgb(28,81,61); }

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