Html Css Color HEX #132925 Racing Green

📋 copy color: '#132925'

red 19 ◦ green 41 ◦ blue 37

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

Shades of Racing Green #132925

Tints of Racing Green #132925

RGB

 RED value IS 19 (7.81% from 255) = 19.59%

 GREEN value IS 41 (16.41% from 255) = 42.27%

 BLUE value IS 37 (14.84% from 255) = 38.14%

R = 19.59%
G = 42.27%
B = 38.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#132925 (or 0x132925) is known color: Racing Green. HEX triplet: 13, 29 and 25. RGB value is (19,41,37). Sum of RGB (Red+Green+Blue) = 19+41+37=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #132925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132925 is #ECD6DA. Grayscale: #212121. Windows color (decimal): -15521499 or 2435347. OLE color: 2435347.

HSL color Cylindrical-coordinate representation of color #132925: hue angle of 169.09º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132925 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 41 37 -
CMYK 0.54 0 0.10 0.84
HSL 169.09º 0.37% 0.12% -
HSV(B) 169.09º 0.54% 0.16% -
XYZ 1.4 1.86 2.04 -
YUV 33.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 19 41 37 0.54 0 0.10 0.84 169.09 0.37 0.12
Hex 13 29 25 36 0 A 54 A9 25 C
Octal 23 51 45 66 0 12 124 251 45 14
Binary 10011 101001 100101 110110 0 1010 1010100 10101001 100101 1100

Color Harmonies of #132925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132925

Black with #132925

Text Example


Text Example

White with #132925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132925; }

 p { color: rgb(19,41,37); }

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

background-color css

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

 a { background-color: rgb(19,41,37); }

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

border-color css

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

 span { border-color: rgb(19,41,37); }

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