#242D2A

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

Shades of Racing Green #242D2A

Tints of Racing Green #242D2A

Color information

#242D2A (or 0x242D2A) is unknown color: approx Racing Green. HEX triplet: 24, 2D and 2A. RGB value is (36,45,42). Sum of RGB (Red+Green+Blue) = 36+45+42=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 45 - color contains mainly: green. Hex color #242D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D2A is #DBD2D5. Grayscale: #292929. Windows color (decimal): -14406358 or 2764068. OLE color: 2764068.

HSL color Cylindrical-coordinate representation of color #242D2A: hue angle of 160º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #242D2A is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB364542-
CMYK0.200.070.82
HSL160º11.11%15.88%-
HSV(B)160º20%17.65%-
XYZ2.082.422.55-
YUV41.97128.02123.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.27%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=29.27%
G=36.59%
B=34.15%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3645420.200.070.8216011.1115.88
Hex242D2A140752a0b10
Octal44555224071222401320
Binary100100101101101010101000111101001010100000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242D2A; }

 p { color: rgb(36,45,42); }

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

<style>
 a { background-color: #242D2A; }

 a { background-color: rgb(36,45,42); }

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

<style>
 span { border-color: #242D2A; }

 span { border-color: rgb(36,45,42); }

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