Html Css Color HEX #1F3F33 Sherwood Green

📋 copy color: '#1F3F33'

red 31 ◦ green 63 ◦ blue 51

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

Shades of Sherwood Green #1F3F33

Tints of Sherwood Green #1F3F33

RGB

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

 GREEN value IS 63 (25% from 255) = 43.45%

 BLUE value IS 51 (20.31% from 255) = 35.17%

R = 21.38%
G = 43.45%
B = 35.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#1F3F33 (or 0x1F3F33) is known color: Sherwood Green. HEX triplet: 1F, 3F and 33. RGB value is (31,63,51). Sum of RGB (Red+Green+Blue) = 31+63+51=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #1F3F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3F33 is #E0C0CC. Grayscale: #343434. Windows color (decimal): -14729421 or 3358495. OLE color: 3358495.

HSL color Cylindrical-coordinate representation of color #1F3F33: hue angle of 157.5º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F3F33 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 63 51 -
CMYK 0.51 0 0.19 0.75
HSL 157.5º 0.34% 0.18% -
HSV(B) 157.5º 0.51% 0.25% -
XYZ 2.94 4.09 3.77 -
YUV 52.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 31 63 51 0.51 0 0.19 0.75 157.5 0.34 0.18
Hex 1F 3F 33 33 0 13 4B 9E 22 12
Octal 37 77 63 63 0 23 113 236 42 22
Binary 11111 111111 110011 110011 0 10011 1001011 10011110 100010 10010

Color Harmonies of #1F3F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3F33

Black with #1F3F33

Text Example


Text Example

White with #1F3F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,63,51); }

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

background-color css

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

 a { background-color: rgb(31,63,51); }

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

border-color css

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

 span { border-color: rgb(31,63,51); }

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