#1A2523

Color #1A2523 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #1A2523

Tints of Racing Green #1A2523

Color information

#1A2523 (or 0x1A2523) is unknown color: approx Racing Green. HEX triplet: 1A, 25 and 23. RGB value is (26,37,35). Sum of RGB (Red+Green+Blue) = 26+37+35=98 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.53% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 37 - color contains mainly: green. Hex color #1A2523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2523 is #E5DADC. Grayscale: #212121. Windows color (decimal): -15063773 or 2303258. OLE color: 2303258.

HSL color Cylindrical-coordinate representation of color #1A2523: hue angle of 169.09º 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 #1A2523 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB263735-
CMYK0.3000.050.85
HSL169.09º17.46%12.35%-
HSV(B)169.09º29.73%14.51%-
XYZ1.391.661.84-
YUV33.48128.86122.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 26.53%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=26.53%
G=37.76%
B=35.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2637350.3000.050.85169.0917.4612.35
Hex1A25231E0555a911c
Octal32454336051252512114
Binary11010100101100011111100101101010110101001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A2523;
 }
 .AnyTagClassName
 {
   color: #1A2523;
 }
</style>
background-color css

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

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

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

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

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

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