Html Css Color HEX #1F4035 Sherwood Green

📋 copy color: '#1F4035'

red 31 ◦ green 64 ◦ blue 53

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

Shades of Sherwood Green #1F4035

Tints of Sherwood Green #1F4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.24%

 BLUE value IS 53 (21.09% from 255) = 35.81%

R = 20.95%
G = 43.24%
B = 35.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#1F4035 (or 0x1F4035) is known color: Sherwood Green. HEX triplet: 1F, 40 and 35. RGB value is (31,64,53). Sum of RGB (Red+Green+Blue) = 31+64+53=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4035 is #E0BFCA. Grayscale: #343434. Windows color (decimal): -14729163 or 3489823. OLE color: 3489823.

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

Color convert

RGB 31 64 53 -
CMYK 0.52 0 0.17 0.75
HSL 160º 0.35% 0.19% -
HSV(B) 160º 0.52% 0.25% -
XYZ 3.04 4.22 4.02 -
YUV 52.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 31 64 53 0.52 0 0.17 0.75 160 0.35 0.19
Hex 1F 40 35 34 0 11 4B A0 23 13
Octal 37 100 65 64 0 21 113 240 43 23
Binary 11111 1000000 110101 110100 0 10001 1001011 10100000 100011 10011

Color Harmonies of #1F4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4035

Black with #1F4035

Text Example


Text Example

White with #1F4035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,64,53); }

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

background-color css

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

 a { background-color: rgb(31,64,53); }

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

border-color css

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

 span { border-color: rgb(31,64,53); }

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