Html Css Color HEX #1B3329 Cardin Green

📋 copy color: '#1B3329'

red 27 ◦ green 51 ◦ blue 41

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

Shades of Cardin Green #1B3329

Tints of Cardin Green #1B3329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.86%

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

R = 22.69%
G = 42.86%
B = 34.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#1B3329 (or 0x1B3329) is known color: Cardin Green. HEX triplet: 1B, 33 and 29. RGB value is (27,51,41). Sum of RGB (Red+Green+Blue) = 27+51+41=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #1B3329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3329 is #E4CCD6. Grayscale: #2A2A2A. Windows color (decimal): -14994647 or 2700059. OLE color: 2700059.

HSL color Cylindrical-coordinate representation of color #1B3329: hue angle of 155º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B3329 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 27 51 41 -
CMYK 0.47 0 0.20 0.8
HSL 155º 0.31% 0.15% -
HSV(B) 155º 0.47% 0.2% -
XYZ 2.04 2.76 2.52 -
YUV 42.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 27 51 41 0.47 0 0.20 0.8 155 0.31 0.15
Hex 1B 33 29 2F 0 14 50 9B 1F F
Octal 33 63 51 57 0 24 120 233 37 17
Binary 11011 110011 101001 101111 0 10100 1010000 10011011 11111 1111

Color Harmonies of #1B3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3329

Black with #1B3329

Text Example


Text Example

White with #1B3329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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