Html Css Color HEX #1B5037 County Green

📋 copy color: '#1B5037'

red 27 ◦ green 80 ◦ blue 55

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

Shades of County Green #1B5037

Tints of County Green #1B5037

RGB

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

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

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

R = 16.67%
G = 49.38%
B = 33.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#1B5037 (or 0x1B5037) is known color: County Green. HEX triplet: 1B, 50 and 37. RGB value is (27,80,55). Sum of RGB (Red+Green+Blue) = 27+80+55=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #1B5037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5037 is #E4AFC8. Grayscale: #3D3D3D. Windows color (decimal): -14987209 or 3624987. OLE color: 3624987.

HSL color Cylindrical-coordinate representation of color #1B5037: hue angle of 151.7º 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 #1B5037 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 80 55 -
CMYK 0.66 0 0.31 0.69
HSL 151.7º 0.5% 0.21% -
HSV(B) 151.7º 0.66% 0.31% -
XYZ 4.01 6.25 4.61 -
YUV 61.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 27 80 55 0.66 0 0.31 0.69 151.7 0.5 0.21
Hex 1B 50 37 42 0 1F 45 98 32 15
Octal 33 120 67 102 0 37 105 230 62 25
Binary 11011 1010000 110111 1000010 0 11111 1000101 10011000 110010 10101

Color Harmonies of #1B5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5037

Black with #1B5037

Text Example


Text Example

White with #1B5037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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