Html Css Color HEX #1B4832 County Green

📋 copy color: '#1B4832'

red 27 ◦ green 72 ◦ blue 50

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

Shades of County Green #1B4832

Tints of County Green #1B4832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.32%

 BLUE value IS 50 (19.92% from 255) = 33.56%

R = 18.12%
G = 48.32%
B = 33.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#1B4832 (or 0x1B4832) is known color: County Green. HEX triplet: 1B, 48 and 32. RGB value is (27,72,50). Sum of RGB (Red+Green+Blue) = 27+72+50=149 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.12% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #1B4832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4832 is #E4B7CD. Grayscale: #383838. Windows color (decimal): -14989262 or 3295259. OLE color: 3295259.

HSL color Cylindrical-coordinate representation of color #1B4832: hue angle of 150.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B4832 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 27 72 50 -
CMYK 0.62 0 0.31 0.72
HSL 150.67º 0.45% 0.19% -
HSV(B) 150.67º 0.63% 0.28% -
XYZ 3.35 5.1 3.83 -
YUV 56.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 27 72 50 0.62 0 0.31 0.72 150.67 0.45 0.19
Hex 1B 48 32 3E 0 1F 48 97 2D 13
Octal 33 110 62 76 0 37 110 227 55 23
Binary 11011 1001000 110010 111110 0 11111 1001000 10010111 101101 10011

Color Harmonies of #1B4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4832

Black with #1B4832

Text Example


Text Example

White with #1B4832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,72,50); }

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

background-color css

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

 a { background-color: rgb(27,72,50); }

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

border-color css

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

 span { border-color: rgb(27,72,50); }

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