#26322F

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

Shades of Racing Green #26322F

Tints of Racing Green #26322F

Color information

#26322F (or 0x26322F) is unknown color: approx Racing Green. HEX triplet: 26, 32 and 2F. RGB value is (38,50,47). Sum of RGB (Red+Green+Blue) = 38+50+47=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 50 - color contains mainly: green. Hex color #26322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26322F is #D9CDD0. Grayscale: #2E2E2E. Windows color (decimal): -14274001 or 3093030. OLE color: 3093030.

HSL color Cylindrical-coordinate representation of color #26322F: hue angle of 165º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #26322F is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB385047-
CMYK0.2400.060.80
HSL165º13.64%17.25%-
HSV(B)165º24%19.61%-
XYZ2.452.93.12-
YUV46.07128.52122.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.15%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=28.15%
G=37.04%
B=34.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850470.2400.060.8016513.6417.25
Hex26322F180650a5e11
Octal46625730061202451621
Binary100110110010101111110000110101000010100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26322F; }

 p { color: rgb(38,50,47); }

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

<style>
 a { background-color: #26322F; }

 a { background-color: rgb(38,50,47); }

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

<style>
 span { border-color: #26322F; }

 span { border-color: rgb(38,50,47); }

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