Html Css Color HEX #1F483C Sherwood Green

📋 copy color: '#1F483C'

red 31 ◦ green 72 ◦ blue 60

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

Shades of Sherwood Green #1F483C

Tints of Sherwood Green #1F483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.81%

R = 19.02%
G = 44.17%
B = 36.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#1F483C (or 0x1F483C) is known color: Sherwood Green. HEX triplet: 1F, 48 and 3C. RGB value is (31,72,60). Sum of RGB (Red+Green+Blue) = 31+72+60=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #1F483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F483C is #E0B7C3. Grayscale: #3A3A3A. Windows color (decimal): -14727108 or 3950623. OLE color: 3950623.

HSL color Cylindrical-coordinate representation of color #1F483C: hue angle of 162.44º 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 #1F483C is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 31 72 60 -
CMYK 0.57 0 0.17 0.72
HSL 162.44º 0.4% 0.2% -
HSV(B) 162.44º 0.57% 0.28% -
XYZ 3.7 5.25 5.09 -
YUV 58.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 31 72 60 0.57 0 0.17 0.72 162.44 0.4 0.2
Hex 1F 48 3C 39 0 11 48 A2 28 14
Octal 37 110 74 71 0 21 110 242 50 24
Binary 11111 1001000 111100 111001 0 10001 1001000 10100010 101000 10100

Color Harmonies of #1F483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F483C

Black with #1F483C

Text Example


Text Example

White with #1F483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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