Html Css Color HEX #25322E Racing Green

📋 copy color: '#25322E'

red 37 ◦ green 50 ◦ blue 46

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

Shades of Racing Green #25322E

Tints of Racing Green #25322E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.59%

 BLUE value IS 46 (18.36% from 255) = 34.59%

R = 27.82%
G = 37.59%
B = 34.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#25322E (or 0x25322E) is known color: Racing Green. HEX triplet: 25, 32 and 2E. RGB value is (37,50,46). Sum of RGB (Red+Green+Blue) = 37+50+46=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 50 - color contains mainly: green. Hex color #25322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25322E is #DACDD1. Grayscale: #2D2D2D. Windows color (decimal): -14339538 or 3027493. OLE color: 3027493.

HSL color Cylindrical-coordinate representation of color #25322E: hue angle of 161.54º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #25322E is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 46 -
CMYK 0.26 0 0.08 0.80
HSL 161.54º 0.15% 0.17% -
HSV(B) 161.54º 0.26% 0.2% -
XYZ 2.4 2.87 3.01 -
YUV 45.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 37 50 46 0.26 0 0.08 0.80 161.54 0.15 0.17
Hex 25 32 2E 1A 0 8 50 A2 F 11
Octal 45 62 56 32 0 10 120 242 17 21
Binary 100101 110010 101110 11010 0 1000 1010000 10100010 1111 10001

Color Harmonies of #25322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25322E

Black with #25322E

Text Example


Text Example

White with #25322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25322E; }

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

 H1.HeaderClassName
 {
   color: #25322E;
 }
 .AnyTagClassName
 {
   color: #25322E;
 }
</style>

background-color css

<style>
 a { background-color: #25322E; }

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

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

border-color css

<style>
 span { border-color: #25322E; }

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

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