Html Css Color HEX #1B4235 Sherwood Green

📋 copy color: '#1B4235'

red 27 ◦ green 66 ◦ blue 53

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

Shades of Sherwood Green #1B4235

Tints of Sherwood Green #1B4235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 36.3%

R = 18.49%
G = 45.21%
B = 36.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#1B4235 (or 0x1B4235) is known color: Sherwood Green. HEX triplet: 1B, 42 and 35. RGB value is (27,66,53). Sum of RGB (Red+Green+Blue) = 27+66+53=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #1B4235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4235 is #E4BDCA. Grayscale: #343434. Windows color (decimal): -14990795 or 3490331. OLE color: 3490331.

HSL color Cylindrical-coordinate representation of color #1B4235: hue angle of 160º 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 #1B4235 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 27 66 53 -
CMYK 0.59 0 0.20 0.74
HSL 160º 0.42% 0.18% -
HSV(B) 160º 0.59% 0.26% -
XYZ 3.04 4.39 4.05 -
YUV 52.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 27 66 53 0.59 0 0.20 0.74 160 0.42 0.18
Hex 1B 42 35 3B 0 14 4A A0 2A 12
Octal 33 102 65 73 0 24 112 240 52 22
Binary 11011 1000010 110101 111011 0 10100 1001010 10100000 101010 10010

Color Harmonies of #1B4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4235

Black with #1B4235

Text Example


Text Example

White with #1B4235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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