Html Css Color HEX #252E2B Racing Green

📋 copy color: '#252E2B'

red 37 ◦ green 46 ◦ blue 43

#252E2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #252E2B

Tints of Racing Green #252E2B

RGB

 RED value IS 37 (14.84% from 255) = 29.37%

 GREEN value IS 46 (18.36% from 255) = 36.51%

 BLUE value IS 43 (17.19% from 255) = 34.13%

R = 29.37%
G = 36.51%
B = 34.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.82

RGB Variations

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

Color information

#252E2B (or 0x252E2B) is known color: Racing Green. HEX triplet: 25, 2E and 2B. RGB value is (37,46,43). Sum of RGB (Red+Green+Blue) = 37+46+43=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 46 - color contains mainly: green. Hex color #252E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E2B is #DAD1D4. Grayscale: #2A2A2A. Windows color (decimal): -14340565 or 2829861. OLE color: 2829861.

HSL color Cylindrical-coordinate representation of color #252E2B: 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 #252E2B is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 46 43 -
CMYK 0.20 0 0.07 0.82
HSL 160º 0.11% 0.16% -
HSV(B) 160º 0.2% 0.18% -
XYZ 2.18 2.52 2.66 -
YUV 42.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 37 46 43 0.20 0 0.07 0.82 160 0.11 0.16
Hex 25 2E 2B 14 0 7 52 A0 B 10
Octal 45 56 53 24 0 7 122 240 13 20
Binary 100101 101110 101011 10100 0 111 1010010 10100000 1011 10000

Color Harmonies of #252E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E2B

Black with #252E2B

Text Example


Text Example

White with #252E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #252E2B;
 }
 .AnyTagClassName
 {
   color: #252E2B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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