Html Css Color HEX #1B4824 Deep Fir

📋 copy color: '#1B4824'

red 27 ◦ green 72 ◦ blue 36

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

Shades of Deep Fir #1B4824

Tints of Deep Fir #1B4824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.67%

R = 20%
G = 53.33%
B = 26.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#1B4824 (or 0x1B4824) is known color: Deep Fir. HEX triplet: 1B, 48 and 24. RGB value is (27,72,36). Sum of RGB (Red+Green+Blue) = 27+72+36=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #1B4824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4824 is #E4B7DB. Grayscale: #363636. Windows color (decimal): -14989276 or 2377755. OLE color: 2377755.

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

Color convert

RGB 27 72 36 -
CMYK 0.62 0 0.5 0.72
HSL 132º 0.45% 0.19% -
HSV(B) 132º 0.63% 0.28% -
XYZ 3.09 5 2.47 -
YUV 54.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 27 72 36 0.62 0 0.5 0.72 132 0.45 0.19
Hex 1B 48 24 3E 0 32 48 84 2D 13
Octal 33 110 44 76 0 62 110 204 55 23
Binary 11011 1001000 100100 111110 0 110010 1001000 10000100 101101 10011

Color Harmonies of #1B4824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4824

Black with #1B4824

Text Example


Text Example

White with #1B4824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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