Html Css Color HEX #1B3229 Cardin Green

📋 copy color: '#1B3229'

red 27 ◦ green 50 ◦ blue 41

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

Shades of Cardin Green #1B3229

Tints of Cardin Green #1B3229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.37%

 BLUE value IS 41 (16.41% from 255) = 34.75%

R = 22.88%
G = 42.37%
B = 34.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#1B3229 (or 0x1B3229) is known color: Cardin Green. HEX triplet: 1B, 32 and 29. RGB value is (27,50,41). Sum of RGB (Red+Green+Blue) = 27+50+41=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #1B3229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3229 is #E4CDD6. Grayscale: #2A2A2A. Windows color (decimal): -14994903 or 2699803. OLE color: 2699803.

HSL color Cylindrical-coordinate representation of color #1B3229: hue angle of 156.52º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B3229 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 27 50 41 -
CMYK 0.46 0 0.18 0.80
HSL 156.52º 0.3% 0.15% -
HSV(B) 156.52º 0.46% 0.2% -
XYZ 1.99 2.67 2.51 -
YUV 42.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 27 50 41 0.46 0 0.18 0.80 156.52 0.3 0.15
Hex 1B 32 29 2E 0 12 50 9D 1E F
Octal 33 62 51 56 0 22 120 235 36 17
Binary 11011 110010 101001 101110 0 10010 1010000 10011101 11110 1111

Color Harmonies of #1B3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3229

Black with #1B3229

Text Example


Text Example

White with #1B3229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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