Html Css Color HEX #1C372A Cardin Green

📋 copy color: '#1C372A'

red 28 ◦ green 55 ◦ blue 42

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

Shades of Cardin Green #1C372A

Tints of Cardin Green #1C372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44%

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

R = 22.4%
G = 44%
B = 33.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#1C372A (or 0x1C372A) is known color: Cardin Green. HEX triplet: 1C, 37 and 2A. RGB value is (28,55,42). Sum of RGB (Red+Green+Blue) = 28+55+42=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #1C372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C372A is #E3C8D5. Grayscale: #2D2D2D. Windows color (decimal): -14928086 or 2766620. OLE color: 2766620.

HSL color Cylindrical-coordinate representation of color #1C372A: hue angle of 151.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1C372A is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 28 55 42 -
CMYK 0.49 0 0.24 0.78
HSL 151.11º 0.33% 0.16% -
HSV(B) 151.11º 0.49% 0.22% -
XYZ 2.26 3.15 2.68 -
YUV 45.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 28 55 42 0.49 0 0.24 0.78 151.11 0.33 0.16
Hex 1C 37 2A 31 0 18 4E 97 21 10
Octal 34 67 52 61 0 30 116 227 41 20
Binary 11100 110111 101010 110001 0 11000 1001110 10010111 100001 10000

Color Harmonies of #1C372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C372A

Black with #1C372A

Text Example


Text Example

White with #1C372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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