Html Css Color HEX #1B4030 Sherwood Green

📋 copy color: '#1B4030'

red 27 ◦ green 64 ◦ blue 48

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

Shades of Sherwood Green #1B4030

Tints of Sherwood Green #1B4030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 19.42%
G = 46.04%
B = 34.53%

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

#1B4030 (or 0x1B4030) is known color: Sherwood Green. HEX triplet: 1B, 40 and 30. RGB value is (27,64,48). Sum of RGB (Red+Green+Blue) = 27+64+48=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #1B4030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4030 is #E4BFCF. Grayscale: #333333. Windows color (decimal): -14991312 or 3162139. OLE color: 3162139.

HSL color Cylindrical-coordinate representation of color #1B4030: hue angle of 154.05º 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 #1B4030 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 64 48 -
CMYK 0.58 0 0.25 0.75
HSL 154.05º 0.41% 0.18% -
HSV(B) 154.05º 0.58% 0.25% -
XYZ 2.82 4.11 3.44 -
YUV 51.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 27 64 48 0.58 0 0.25 0.75 154.05 0.41 0.18
Hex 1B 40 30 3A 0 19 4B 9A 29 12
Octal 33 100 60 72 0 31 113 232 51 22
Binary 11011 1000000 110000 111010 0 11001 1001011 10011010 101001 10010

Color Harmonies of #1B4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4030

Black with #1B4030

Text Example


Text Example

White with #1B4030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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