Html Css Color HEX #1B3628 Cardin Green

📋 copy color: '#1B3628'

red 27 ◦ green 54 ◦ blue 40

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

Shades of Cardin Green #1B3628

Tints of Cardin Green #1B3628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 44.63%

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

R = 22.31%
G = 44.63%
B = 33.06%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#1B3628 (or 0x1B3628) is known color: Cardin Green. HEX triplet: 1B, 36 and 28. RGB value is (27,54,40). Sum of RGB (Red+Green+Blue) = 27+54+40=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #1B3628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3628 is #E4C9D7. Grayscale: #2C2C2C. Windows color (decimal): -14993880 or 2635291. OLE color: 2635291.

HSL color Cylindrical-coordinate representation of color #1B3628: hue angle of 148.89º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B3628 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 27 54 40 -
CMYK 0.5 0 0.26 0.79
HSL 148.89º 0.33% 0.16% -
HSV(B) 148.89º 0.5% 0.21% -
XYZ 2.15 3.02 2.48 -
YUV 44.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 27 54 40 0.5 0 0.26 0.79 148.89 0.33 0.16
Hex 1B 36 28 32 0 1A 4F 95 21 10
Octal 33 66 50 62 0 32 117 225 41 20
Binary 11011 110110 101000 110010 0 11010 1001111 10010101 100001 10000

Color Harmonies of #1B3628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3628

Black with #1B3628

Text Example


Text Example

White with #1B3628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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