Html Css Color HEX #1B3124 Cardin Green

📋 copy color: '#1B3124'

red 27 ◦ green 49 ◦ blue 36

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

Shades of Cardin Green #1B3124

Tints of Cardin Green #1B3124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 43.75%

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

R = 24.11%
G = 43.75%
B = 32.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#1B3124 (or 0x1B3124) is known color: Cardin Green. HEX triplet: 1B, 31 and 24. RGB value is (27,49,36). Sum of RGB (Red+Green+Blue) = 27+49+36=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3124 is #E4CEDB. Grayscale: #282828. Windows color (decimal): -14995164 or 2371867. OLE color: 2371867.

HSL color Cylindrical-coordinate representation of color #1B3124: hue angle of 144.55º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B3124 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 27 49 36 -
CMYK 0.45 0 0.27 0.81
HSL 144.55º 0.29% 0.15% -
HSV(B) 144.55º 0.45% 0.19% -
XYZ 1.87 2.56 2.06 -
YUV 40.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 27 49 36 0.45 0 0.27 0.81 144.55 0.29 0.15
Hex 1B 31 24 2D 0 1B 51 91 1D F
Octal 33 61 44 55 0 33 121 221 35 17
Binary 11011 110001 100100 101101 0 11011 1010001 10010001 11101 1111

Color Harmonies of #1B3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3124

Black with #1B3124

Text Example


Text Example

White with #1B3124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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