Html Css Color HEX #1B4231 Sherwood Green

📋 copy color: '#1B4231'

red 27 ◦ green 66 ◦ blue 49

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

Shades of Sherwood Green #1B4231

Tints of Sherwood Green #1B4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.48%

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

R = 19.01%
G = 46.48%
B = 34.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#1B4231 (or 0x1B4231) is known color: Sherwood Green. HEX triplet: 1B, 42 and 31. RGB value is (27,66,49). Sum of RGB (Red+Green+Blue) = 27+66+49=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #1B4231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4231 is #E4BDCE. Grayscale: #343434. Windows color (decimal): -14990799 or 3228187. OLE color: 3228187.

HSL color Cylindrical-coordinate representation of color #1B4231: hue angle of 153.85º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B4231 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 27 66 49 -
CMYK 0.59 0 0.26 0.74
HSL 153.85º 0.42% 0.18% -
HSV(B) 153.85º 0.59% 0.26% -
XYZ 2.95 4.35 3.59 -
YUV 52.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 27 66 49 0.59 0 0.26 0.74 153.85 0.42 0.18
Hex 1B 42 31 3B 0 1A 4A 9A 2A 12
Octal 33 102 61 73 0 32 112 232 52 22
Binary 11011 1000010 110001 111011 0 11010 1001010 10011010 101010 10010

Color Harmonies of #1B4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4231

Black with #1B4231

Text Example


Text Example

White with #1B4231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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