Html Css Color HEX #1C513E Sherwood Green

📋 copy color: '#1C513E'

red 28 ◦ green 81 ◦ blue 62

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

Shades of Sherwood Green #1C513E

Tints of Sherwood Green #1C513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 36.26%

R = 16.37%
G = 47.37%
B = 36.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#1C513E (or 0x1C513E) is known color: Sherwood Green. HEX triplet: 1C, 51 and 3E. RGB value is (28,81,62). Sum of RGB (Red+Green+Blue) = 28+81+62=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #1C513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C513E is #E3AEC1. Grayscale: #3F3F3F. Windows color (decimal): -14921410 or 4083996. OLE color: 4083996.

HSL color Cylindrical-coordinate representation of color #1C513E: hue angle of 158.49º 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 #1C513E is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 28 81 62 -
CMYK 0.65 0 0.23 0.68
HSL 158.49º 0.49% 0.21% -
HSV(B) 158.49º 0.65% 0.32% -
XYZ 4.29 6.48 5.58 -
YUV 62.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 28 81 62 0.65 0 0.23 0.68 158.49 0.49 0.21
Hex 1C 51 3E 41 0 17 44 9E 31 15
Octal 34 121 76 101 0 27 104 236 61 25
Binary 11100 1010001 111110 1000001 0 10111 1000100 10011110 110001 10101

Color Harmonies of #1C513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C513E

Black with #1C513E

Text Example


Text Example

White with #1C513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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