Html Css Color HEX #1C3429 Cardin Green

📋 copy color: '#1C3429'

red 28 ◦ green 52 ◦ blue 41

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

Shades of Cardin Green #1C3429

Tints of Cardin Green #1C3429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.98%

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

R = 23.14%
G = 42.98%
B = 33.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#1C3429 (or 0x1C3429) is known color: Cardin Green. HEX triplet: 1C, 34 and 29. RGB value is (28,52,41). Sum of RGB (Red+Green+Blue) = 28+52+41=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #1C3429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3429 is #E3CBD6. Grayscale: #2B2B2B. Windows color (decimal): -14928855 or 2700316. OLE color: 2700316.

HSL color Cylindrical-coordinate representation of color #1C3429: hue angle of 152.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C3429 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 28 52 41 -
CMYK 0.46 0 0.21 0.80
HSL 152.5º 0.3% 0.16% -
HSV(B) 152.5º 0.46% 0.2% -
XYZ 2.11 2.86 2.54 -
YUV 43.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 28 52 41 0.46 0 0.21 0.80 152.5 0.3 0.16
Hex 1C 34 29 2E 0 15 50 98 1E 10
Octal 34 64 51 56 0 25 120 230 36 20
Binary 11100 110100 101001 101110 0 10101 1010000 10011000 11110 10000

Color Harmonies of #1C3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3429

Black with #1C3429

Text Example


Text Example

White with #1C3429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,52,41); }

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

background-color css

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

 a { background-color: rgb(28,52,41); }

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

border-color css

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

 span { border-color: rgb(28,52,41); }

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