Html Css Color HEX #1B4C37 County Green

📋 copy color: '#1B4C37'

red 27 ◦ green 76 ◦ blue 55

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

Shades of County Green #1B4C37

Tints of County Green #1B4C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.1%

 BLUE value IS 55 (21.88% from 255) = 34.81%

R = 17.09%
G = 48.1%
B = 34.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.70

RGB Variations

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

Color information

#1B4C37 (or 0x1B4C37) is known color: County Green. HEX triplet: 1B, 4C and 37. RGB value is (27,76,55). Sum of RGB (Red+Green+Blue) = 27+76+55=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #1B4C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4C37 is #E4B3C8. Grayscale: #3A3A3A. Windows color (decimal): -14988233 or 3623963. OLE color: 3623963.

HSL color Cylindrical-coordinate representation of color #1B4C37: hue angle of 154.29º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B4C37 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.

Color convert

RGB 27 76 55 -
CMYK 0.64 0 0.28 0.70
HSL 154.29º 0.48% 0.2% -
HSV(B) 154.29º 0.64% 0.3% -
XYZ 3.73 5.68 4.51 -
YUV 58.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 27 76 55 0.64 0 0.28 0.70 154.29 0.48 0.2
Hex 1B 4C 37 40 0 1C 46 9A 30 14
Octal 33 114 67 100 0 34 106 232 60 24
Binary 11011 1001100 110111 1000000 0 11100 1000110 10011010 110000 10100

Color Harmonies of #1B4C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4C37

Black with #1B4C37

Text Example


Text Example

White with #1B4C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,76,55); }

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

background-color css

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

 a { background-color: rgb(27,76,55); }

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

border-color css

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

 span { border-color: rgb(27,76,55); }

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