#252F2C

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

Shades of Racing Green #252F2C

Tints of Racing Green #252F2C

Color information

#252F2C (or 0x252F2C) is unknown color: approx Racing Green. HEX triplet: 25, 2F and 2C. RGB value is (37,47,44). Sum of RGB (Red+Green+Blue) = 37+47+44=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 47 - color contains mainly: green. Hex color #252F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F2C is #DAD0D3. Grayscale: #2B2B2B. Windows color (decimal): -14340308 or 2895653. OLE color: 2895653.

HSL color Cylindrical-coordinate representation of color #252F2C: hue angle of 162º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #252F2C is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.82.

Color convert

RGB374744-
CMYK0.2100.060.82
HSL162º11.9%16.47%-
HSV(B)162º21.28%18.43%-
XYZ2.232.612.77-
YUV43.67128.19123.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 47 (18.75% from 255) = 36.72%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=28.91%
G=36.72%
B=34.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3747440.2100.060.8216211.916.47
Hex252F2C150652a2c10
Octal45575425061222421420
Binary100101101111101100101010110101001010100010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252F2C; }

 p { color: rgb(37,47,44); }

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

<style>
 a { background-color: #252F2C; }

 a { background-color: rgb(37,47,44); }

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

<style>
 span { border-color: #252F2C; }

 span { border-color: rgb(37,47,44); }

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