Html Css Color HEX #1B5040 Sherwood Green

📋 copy color: '#1B5040'

red 27 ◦ green 80 ◦ blue 64

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

Shades of Sherwood Green #1B5040

Tints of Sherwood Green #1B5040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.78%

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 15.79%
G = 46.78%
B = 37.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#1B5040 (or 0x1B5040) is known color: Sherwood Green. HEX triplet: 1B, 50 and 40. RGB value is (27,80,64). Sum of RGB (Red+Green+Blue) = 27+80+64=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #1B5040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5040 is #E4AFBF. Grayscale: #3E3E3E. Windows color (decimal): -14987200 or 4214811. OLE color: 4214811.

HSL color Cylindrical-coordinate representation of color #1B5040: hue angle of 161.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B5040 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 80 64 -
CMYK 0.66 0 0.20 0.69
HSL 161.89º 0.5% 0.21% -
HSV(B) 161.89º 0.66% 0.31% -
XYZ 4.25 6.34 5.85 -
YUV 62.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 27 80 64 0.66 0 0.20 0.69 161.89 0.5 0.21
Hex 1B 50 40 42 0 14 45 A2 32 15
Octal 33 120 100 102 0 24 105 242 62 25
Binary 11011 1010000 1000000 1000010 0 10100 1000101 10100010 110010 10101

Color Harmonies of #1B5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5040

Black with #1B5040

Text Example


Text Example

White with #1B5040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,80,64); }

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

background-color css

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

 a { background-color: rgb(27,80,64); }

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

border-color css

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

 span { border-color: rgb(27,80,64); }

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