Html Css Color HEX #1B5241 Sherwood Green

📋 copy color: '#1B5241'

red 27 ◦ green 82 ◦ blue 65

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

Shades of Sherwood Green #1B5241

Tints of Sherwood Green #1B5241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.13%

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 15.52%
G = 47.13%
B = 37.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#1B5241 (or 0x1B5241) is known color: Sherwood Green. HEX triplet: 1B, 52 and 41. RGB value is (27,82,65). Sum of RGB (Red+Green+Blue) = 27+82+65=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #1B5241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5241 is #E4ADBE. Grayscale: #3F3F3F. Windows color (decimal): -14986687 or 4280859. OLE color: 4280859.

HSL color Cylindrical-coordinate representation of color #1B5241: hue angle of 161.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5241 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 27 82 65 -
CMYK 0.67 0 0.21 0.68
HSL 161.45º 0.5% 0.21% -
HSV(B) 161.45º 0.67% 0.32% -
XYZ 4.42 6.65 6.05 -
YUV 63.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 27 82 65 0.67 0 0.21 0.68 161.45 0.5 0.21
Hex 1B 52 41 43 0 15 44 A1 32 15
Octal 33 122 101 103 0 25 104 241 62 25
Binary 11011 1010010 1000001 1000011 0 10101 1000100 10100001 110010 10101

Color Harmonies of #1B5241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5241

Black with #1B5241

Text Example


Text Example

White with #1B5241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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