Html Css Color HEX #1C352A Cardin Green

📋 copy color: '#1C352A'

red 28 ◦ green 53 ◦ blue 42

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

Shades of Cardin Green #1C352A

Tints of Cardin Green #1C352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.09%

 BLUE value IS 42 (16.8% from 255) = 34.15%

R = 22.76%
G = 43.09%
B = 34.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#1C352A (or 0x1C352A) is known color: Cardin Green. HEX triplet: 1C, 35 and 2A. RGB value is (28,53,42). Sum of RGB (Red+Green+Blue) = 28+53+42=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #1C352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C352A is #E3CAD5. Grayscale: #2C2C2C. Windows color (decimal): -14928598 or 2766108. OLE color: 2766108.

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

Color convert

RGB 28 53 42 -
CMYK 0.47 0 0.21 0.79
HSL 153.6º 0.31% 0.16% -
HSV(B) 153.6º 0.47% 0.21% -
XYZ 2.17 2.96 2.65 -
YUV 44.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 28 53 42 0.47 0 0.21 0.79 153.6 0.31 0.16
Hex 1C 35 2A 2F 0 15 4F 9A 1F 10
Octal 34 65 52 57 0 25 117 232 37 20
Binary 11100 110101 101010 101111 0 10101 1001111 10011010 11111 10000

Color Harmonies of #1C352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C352A

Black with #1C352A

Text Example


Text Example

White with #1C352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,53,42); }

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

background-color css

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

 a { background-color: rgb(28,53,42); }

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

border-color css

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

 span { border-color: rgb(28,53,42); }

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