#252C2B

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

Shades of Racing Green #252C2B

Tints of Racing Green #252C2B

Color information

#252C2B (or 0x252C2B) is unknown color: approx Racing Green. HEX triplet: 25, 2C and 2B. RGB value is (37,44,43). Sum of RGB (Red+Green+Blue) = 37+44+43=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 44 - color contains mainly: green. Hex color #252C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C2B is #DAD3D4. Grayscale: #292929. Windows color (decimal): -14341077 or 2829349. OLE color: 2829349.

HSL color Cylindrical-coordinate representation of color #252C2B: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #252C2B is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.

Color convert

RGB374443-
CMYK0.1600.020.83
HSL171.43º8.64%15.88%-
HSV(B)171.43º15.91%17.25%-
XYZ2.12.372.63-
YUV41.79128.68124.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=29.84%
G=35.48%
B=34.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3744430.1600.020.83171.438.6415.88
Hex252C2B100253ab910
Octal45545320021232531120
Binary10010110110010101110000010101001110101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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