Html Css Color HEX #1B3128 Cardin Green

📋 copy color: '#1B3128'

red 27 ◦ green 49 ◦ blue 40

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

Shades of Cardin Green #1B3128

Tints of Cardin Green #1B3128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 34.48%

R = 23.28%
G = 42.24%
B = 34.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#1B3128 (or 0x1B3128) is known color: Cardin Green. HEX triplet: 1B, 31 and 28. RGB value is (27,49,40). Sum of RGB (Red+Green+Blue) = 27+49+40=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3128 is #E4CED7. Grayscale: #292929. Windows color (decimal): -14995160 or 2634011. OLE color: 2634011.

HSL color Cylindrical-coordinate representation of color #1B3128: hue angle of 155.45º 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 #1B3128 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB 27 49 40 -
CMYK 0.45 0 0.18 0.81
HSL 155.45º 0.29% 0.15% -
HSV(B) 155.45º 0.45% 0.19% -
XYZ 1.93 2.58 2.4 -
YUV 41.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 27 49 40 0.45 0 0.18 0.81 155.45 0.29 0.15
Hex 1B 31 28 2D 0 12 51 9B 1D F
Octal 33 61 50 55 0 22 121 233 35 17
Binary 11011 110001 101000 101101 0 10010 1010001 10011011 11101 1111

Color Harmonies of #1B3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3128

Black with #1B3128

Text Example


Text Example

White with #1B3128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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