Html Css Color HEX #1C362A Cardin Green

📋 copy color: '#1C362A'

red 28 ◦ green 54 ◦ blue 42

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

Shades of Cardin Green #1C362A

Tints of Cardin Green #1C362A

RGB

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

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

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

R = 22.58%
G = 43.55%
B = 33.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#1C362A (or 0x1C362A) is known color: Cardin Green. HEX triplet: 1C, 36 and 2A. RGB value is (28,54,42). Sum of RGB (Red+Green+Blue) = 28+54+42=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #1C362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C362A is #E3C9D5. Grayscale: #2C2C2C. Windows color (decimal): -14928342 or 2766364. OLE color: 2766364.

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

Color convert

RGB 28 54 42 -
CMYK 0.48 0 0.22 0.79
HSL 152.31º 0.32% 0.16% -
HSV(B) 152.31º 0.48% 0.21% -
XYZ 2.22 3.05 2.66 -
YUV 44.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 28 54 42 0.48 0 0.22 0.79 152.31 0.32 0.16
Hex 1C 36 2A 30 0 16 4F 98 20 10
Octal 34 66 52 60 0 26 117 230 40 20
Binary 11100 110110 101010 110000 0 10110 1001111 10011000 100000 10000

Color Harmonies of #1C362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C362A

Black with #1C362A

Text Example


Text Example

White with #1C362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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