Html Css Color HEX #1F3C32 Sherwood Green

📋 copy color: '#1F3C32'

red 31 ◦ green 60 ◦ blue 50

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

Shades of Sherwood Green #1F3C32

Tints of Sherwood Green #1F3C32

RGB

 RED value IS 31 (12.5% from 255) = 21.99%

 GREEN value IS 60 (23.83% from 255) = 42.55%

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

R = 21.99%
G = 42.55%
B = 35.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.76

RGB Variations

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

Color information

#1F3C32 (or 0x1F3C32) is known color: Sherwood Green. HEX triplet: 1F, 3C and 32. RGB value is (31,60,50). Sum of RGB (Red+Green+Blue) = 31+60+50=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 60 - color contains mainly: green. Hex color #1F3C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3C32 is #E0C3CD. Grayscale: #323232. Windows color (decimal): -14730190 or 3292191. OLE color: 3292191.

HSL color Cylindrical-coordinate representation of color #1F3C32: hue angle of 159.31º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F3C32 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 60 50 -
CMYK 0.48 0 0.17 0.76
HSL 159.31º 0.32% 0.18% -
HSV(B) 159.31º 0.48% 0.24% -
XYZ 2.76 3.75 3.6 -
YUV 50.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 31 60 50 0.48 0 0.17 0.76 159.31 0.32 0.18
Hex 1F 3C 32 30 0 11 4C 9F 20 12
Octal 37 74 62 60 0 21 114 237 40 22
Binary 11111 111100 110010 110000 0 10001 1001100 10011111 100000 10010

Color Harmonies of #1F3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3C32

Black with #1F3C32

Text Example


Text Example

White with #1F3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,60,50); }

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

background-color css

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

 a { background-color: rgb(31,60,50); }

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

border-color css

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

 span { border-color: rgb(31,60,50); }

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