Html Css Color HEX #1C3326 Cardin Green

📋 copy color: '#1C3326'

red 28 ◦ green 51 ◦ blue 38

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

Shades of Cardin Green #1C3326

Tints of Cardin Green #1C3326

RGB

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

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

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

R = 23.93%
G = 43.59%
B = 32.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#1C3326 (or 0x1C3326) is known color: Cardin Green. HEX triplet: 1C, 33 and 26. RGB value is (28,51,38). Sum of RGB (Red+Green+Blue) = 28+51+38=117 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.93% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #1C3326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3326 is #E3CCD9. Grayscale: #2A2A2A. Windows color (decimal): -14929114 or 2503452. OLE color: 2503452.

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

Color convert

RGB 28 51 38 -
CMYK 0.45 0 0.25 0.8
HSL 146.09º 0.29% 0.15% -
HSV(B) 146.09º 0.45% 0.2% -
XYZ 2.01 2.75 2.26 -
YUV 42.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 28 51 38 0.45 0 0.25 0.8 146.09 0.29 0.15
Hex 1C 33 26 2D 0 19 50 92 1D F
Octal 34 63 46 55 0 31 120 222 35 17
Binary 11100 110011 100110 101101 0 11001 1010000 10010010 11101 1111

Color Harmonies of #1C3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3326

Black with #1C3326

Text Example


Text Example

White with #1C3326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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