Html Css Color HEX #1B4131 Sherwood Green

📋 copy color: '#1B4131'

red 27 ◦ green 65 ◦ blue 49

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

Shades of Sherwood Green #1B4131

Tints of Sherwood Green #1B4131

RGB

 RED value IS 27 (10.94% from 255) = 19.15%

 GREEN value IS 65 (25.78% from 255) = 46.1%

 BLUE value IS 49 (19.53% from 255) = 34.75%

R = 19.15%
G = 46.1%
B = 34.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#1B4131 (or 0x1B4131) is known color: Sherwood Green. HEX triplet: 1B, 41 and 31. RGB value is (27,65,49). Sum of RGB (Red+Green+Blue) = 27+65+49=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4131 is #E4BECE. Grayscale: #333333. Windows color (decimal): -14991055 or 3227931. OLE color: 3227931.

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

Color convert

RGB 27 65 49 -
CMYK 0.58 0 0.25 0.75
HSL 154.74º 0.41% 0.18% -
HSV(B) 154.74º 0.58% 0.25% -
XYZ 2.9 4.24 3.57 -
YUV 51.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 27 65 49 0.58 0 0.25 0.75 154.74 0.41 0.18
Hex 1B 41 31 3A 0 19 4B 9B 29 12
Octal 33 101 61 72 0 31 113 233 51 22
Binary 11011 1000001 110001 111010 0 11001 1001011 10011011 101001 10010

Color Harmonies of #1B4131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4131

Black with #1B4131

Text Example


Text Example

White with #1B4131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,65,49); }

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

background-color css

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

 a { background-color: rgb(27,65,49); }

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

border-color css

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

 span { border-color: rgb(27,65,49); }

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