Html Css Color HEX #1F483B Sherwood Green

📋 copy color: '#1F483B'

red 31 ◦ green 72 ◦ blue 59

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

Shades of Sherwood Green #1F483B

Tints of Sherwood Green #1F483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

 BLUE value IS 59 (23.44% from 255) = 36.42%

R = 19.14%
G = 44.44%
B = 36.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#1F483B (or 0x1F483B) is known color: Sherwood Green. HEX triplet: 1F, 48 and 3B. RGB value is (31,72,59). Sum of RGB (Red+Green+Blue) = 31+72+59=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #1F483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F483B is #E0B7C4. Grayscale: #3A3A3A. Windows color (decimal): -14727109 or 3885087. OLE color: 3885087.

HSL color Cylindrical-coordinate representation of color #1F483B: hue angle of 160.98º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F483B is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 31 72 59 -
CMYK 0.57 0 0.18 0.72
HSL 160.98º 0.4% 0.2% -
HSV(B) 160.98º 0.57% 0.28% -
XYZ 3.67 5.24 4.96 -
YUV 58.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 31 72 59 0.57 0 0.18 0.72 160.98 0.4 0.2
Hex 1F 48 3B 39 0 12 48 A1 28 14
Octal 37 110 73 71 0 22 110 241 50 24
Binary 11111 1001000 111011 111001 0 10010 1001000 10100001 101000 10100

Color Harmonies of #1F483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F483B

Black with #1F483B

Text Example


Text Example

White with #1F483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,72,59); }

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

background-color css

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

 a { background-color: rgb(31,72,59); }

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

border-color css

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

 span { border-color: rgb(31,72,59); }

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