Html Css Color HEX #1C3126 Cardin Green

📋 copy color: '#1C3126'

red 28 ◦ green 49 ◦ blue 38

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

Shades of Cardin Green #1C3126

Tints of Cardin Green #1C3126

RGB

 RED value IS 28 (11.33% from 255) = 24.35%

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

 BLUE value IS 38 (15.23% from 255) = 33.04%

R = 24.35%
G = 42.61%
B = 33.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#1C3126 (or 0x1C3126) is known color: Cardin Green. HEX triplet: 1C, 31 and 26. RGB value is (28,49,38). Sum of RGB (Red+Green+Blue) = 28+49+38=115 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.35% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #1C3126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3126 is #E3CED9. Grayscale: #292929. Windows color (decimal): -14929626 or 2502940. OLE color: 2502940.

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

Color convert

RGB 28 49 38 -
CMYK 0.43 0 0.22 0.81
HSL 148.57º 0.27% 0.15% -
HSV(B) 148.57º 0.43% 0.19% -
XYZ 1.93 2.58 2.23 -
YUV 41.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 28 49 38 0.43 0 0.22 0.81 148.57 0.27 0.15
Hex 1C 31 26 2B 0 16 51 95 1B F
Octal 34 61 46 53 0 26 121 225 33 17
Binary 11100 110001 100110 101011 0 10110 1010001 10010101 11011 1111

Color Harmonies of #1C3126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3126

Black with #1C3126

Text Example


Text Example

White with #1C3126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,49,38); }

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

background-color css

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

 a { background-color: rgb(28,49,38); }

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

border-color css

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

 span { border-color: rgb(28,49,38); }

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