Html Css Color HEX #1A372A Cardin Green

📋 copy color: '#1A372A'

red 26 ◦ green 55 ◦ blue 42

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

Shades of Cardin Green #1A372A

Tints of Cardin Green #1A372A

RGB

 RED value IS 26 (10.55% from 255) = 21.14%

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

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

R = 21.14%
G = 44.72%
B = 34.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#1A372A (or 0x1A372A) is known color: Cardin Green. HEX triplet: 1A, 37 and 2A. RGB value is (26,55,42). Sum of RGB (Red+Green+Blue) = 26+55+42=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #1A372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A372A is #E5C8D5. Grayscale: #2C2C2C. Windows color (decimal): -15059158 or 2766618. OLE color: 2766618.

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

Color convert

RGB 26 55 42 -
CMYK 0.53 0 0.24 0.78
HSL 153.1º 0.36% 0.16% -
HSV(B) 153.1º 0.53% 0.22% -
XYZ 2.21 3.12 2.68 -
YUV 44.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 26 55 42 0.53 0 0.24 0.78 153.1 0.36 0.16
Hex 1A 37 2A 35 0 18 4E 99 24 10
Octal 32 67 52 65 0 30 116 231 44 20
Binary 11010 110111 101010 110101 0 11000 1001110 10011001 100100 10000

Color Harmonies of #1A372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A372A

Black with #1A372A

Text Example


Text Example

White with #1A372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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