Html Css Color HEX #1A2521 Racing Green

📋 copy color: '#1A2521'

red 26 ◦ green 37 ◦ blue 33

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

Shades of Racing Green #1A2521

Tints of Racing Green #1A2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.54%

 BLUE value IS 33 (13.28% from 255) = 34.38%

R = 27.08%
G = 38.54%
B = 34.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#1A2521 (or 0x1A2521) is known color: Racing Green. HEX triplet: 1A, 25 and 21. RGB value is (26,37,33). Sum of RGB (Red+Green+Blue) = 26+37+33=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 37 - color contains mainly: green. Hex color #1A2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2521 is #E5DADE. Grayscale: #212121. Windows color (decimal): -15063775 or 2172186. OLE color: 2172186.

HSL color Cylindrical-coordinate representation of color #1A2521: hue angle of 158.18º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A2521 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 26 37 33 -
CMYK 0.30 0 0.11 0.85
HSL 158.18º 0.17% 0.12% -
HSV(B) 158.18º 0.3% 0.15% -
XYZ 1.36 1.65 1.69 -
YUV 33.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 26 37 33 0.30 0 0.11 0.85 158.18 0.17 0.12
Hex 1A 25 21 1E 0 B 55 9E 11 C
Octal 32 45 41 36 0 13 125 236 21 14
Binary 11010 100101 100001 11110 0 1011 1010101 10011110 10001 1100

Color Harmonies of #1A2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2521

Black with #1A2521

Text Example


Text Example

White with #1A2521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,37,33); }

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

background-color css

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

 a { background-color: rgb(26,37,33); }

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

border-color css

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

 span { border-color: rgb(26,37,33); }

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