Html Css Color HEX #1F453A Sherwood Green

📋 copy color: '#1F453A'

red 31 ◦ green 69 ◦ blue 58

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

Shades of Sherwood Green #1F453A

Tints of Sherwood Green #1F453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.67%

 BLUE value IS 58 (23.05% from 255) = 36.71%

R = 19.62%
G = 43.67%
B = 36.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#1F453A (or 0x1F453A) is known color: Sherwood Green. HEX triplet: 1F, 45 and 3A. RGB value is (31,69,58). Sum of RGB (Red+Green+Blue) = 31+69+58=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #1F453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F453A is #E0BAC5. Grayscale: #383838. Windows color (decimal): -14727878 or 3818783. OLE color: 3818783.

HSL color Cylindrical-coordinate representation of color #1F453A: hue angle of 162.63º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F453A is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 31 69 58 -
CMYK 0.55 0 0.16 0.73
HSL 162.63º 0.38% 0.2% -
HSV(B) 162.63º 0.55% 0.27% -
XYZ 3.46 4.85 4.76 -
YUV 56.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 31 69 58 0.55 0 0.16 0.73 162.63 0.38 0.2
Hex 1F 45 3A 37 0 10 49 A3 26 14
Octal 37 105 72 67 0 20 111 243 46 24
Binary 11111 1000101 111010 110111 0 10000 1001001 10100011 100110 10100

Color Harmonies of #1F453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F453A

Black with #1F453A

Text Example


Text Example

White with #1F453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,69,58); }

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

background-color css

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

 a { background-color: rgb(31,69,58); }

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

border-color css

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

 span { border-color: rgb(31,69,58); }

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