Html Css Color HEX #1A3728 Cardin Green

📋 copy color: '#1A3728'

red 26 ◦ green 55 ◦ blue 40

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

Shades of Cardin Green #1A3728

Tints of Cardin Green #1A3728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 33.06%

R = 21.49%
G = 45.45%
B = 33.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#1A3728 (or 0x1A3728) is known color: Cardin Green. HEX triplet: 1A, 37 and 28. RGB value is (26,55,40). Sum of RGB (Red+Green+Blue) = 26+55+40=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #1A3728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3728 is #E5C8D7. Grayscale: #2C2C2C. Windows color (decimal): -15059160 or 2635546. OLE color: 2635546.

HSL color Cylindrical-coordinate representation of color #1A3728: hue angle of 148.97º 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 #1A3728 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 26 55 40 -
CMYK 0.53 0 0.27 0.78
HSL 148.97º 0.36% 0.16% -
HSV(B) 148.97º 0.53% 0.22% -
XYZ 2.18 3.11 2.49 -
YUV 44.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 26 55 40 0.53 0 0.27 0.78 148.97 0.36 0.16
Hex 1A 37 28 35 0 1B 4E 95 24 10
Octal 32 67 50 65 0 33 116 225 44 20
Binary 11010 110111 101000 110101 0 11011 1001110 10010101 100100 10000

Color Harmonies of #1A3728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3728

Black with #1A3728

Text Example


Text Example

White with #1A3728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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