Html Css Color HEX #1B4734 County Green

📋 copy color: '#1B4734'

red 27 ◦ green 71 ◦ blue 52

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

Shades of County Green #1B4734

Tints of County Green #1B4734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.33%

 BLUE value IS 52 (20.7% from 255) = 34.67%

R = 18%
G = 47.33%
B = 34.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#1B4734 (or 0x1B4734) is known color: County Green. HEX triplet: 1B, 47 and 34. RGB value is (27,71,52). Sum of RGB (Red+Green+Blue) = 27+71+52=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #1B4734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4734 is #E4B8CB. Grayscale: #373737. Windows color (decimal): -14989516 or 3426075. OLE color: 3426075.

HSL color Cylindrical-coordinate representation of color #1B4734: hue angle of 154.09º 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 #1B4734 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 27 71 52 -
CMYK 0.62 0 0.27 0.72
HSL 154.09º 0.45% 0.19% -
HSV(B) 154.09º 0.62% 0.28% -
XYZ 3.33 4.99 4.04 -
YUV 55.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 27 71 52 0.62 0 0.27 0.72 154.09 0.45 0.19
Hex 1B 47 34 3E 0 1B 48 9A 2D 13
Octal 33 107 64 76 0 33 110 232 55 23
Binary 11011 1000111 110100 111110 0 11011 1001000 10011010 101101 10011

Color Harmonies of #1B4734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4734

Black with #1B4734

Text Example


Text Example

White with #1B4734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,71,52); }

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

background-color css

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

 a { background-color: rgb(27,71,52); }

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

border-color css

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

 span { border-color: rgb(27,71,52); }

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