Html Css Color HEX #1A352A Cardin Green

📋 copy color: '#1A352A'

red 26 ◦ green 53 ◦ blue 42

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

Shades of Cardin Green #1A352A

Tints of Cardin Green #1A352A

RGB

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

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

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

R = 21.49%
G = 43.8%
B = 34.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#1A352A (or 0x1A352A) is known color: Cardin Green. HEX triplet: 1A, 35 and 2A. RGB value is (26,53,42). Sum of RGB (Red+Green+Blue) = 26+53+42=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #1A352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A352A is #E5CAD5. Grayscale: #2B2B2B. Windows color (decimal): -15059670 or 2766106. OLE color: 2766106.

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

Color convert

RGB 26 53 42 -
CMYK 0.51 0 0.21 0.79
HSL 155.56º 0.34% 0.15% -
HSV(B) 155.56º 0.51% 0.21% -
XYZ 2.12 2.93 2.65 -
YUV 43.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 26 53 42 0.51 0 0.21 0.79 155.56 0.34 0.15
Hex 1A 35 2A 33 0 15 4F 9C 22 F
Octal 32 65 52 63 0 25 117 234 42 17
Binary 11010 110101 101010 110011 0 10101 1001111 10011100 100010 1111

Color Harmonies of #1A352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A352A

Black with #1A352A

Text Example


Text Example

White with #1A352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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