Html Css Color HEX #132725 Racing Green

📋 copy color: '#132725'

red 19 ◦ green 39 ◦ blue 37

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

Shades of Racing Green #132725

Tints of Racing Green #132725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 41.05%

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

R = 20%
G = 41.05%
B = 38.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#132725 (or 0x132725) is known color: Racing Green. HEX triplet: 13, 27 and 25. RGB value is (19,39,37). Sum of RGB (Red+Green+Blue) = 19+39+37=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #132725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132725 is #ECD8DA. Grayscale: #202020. Windows color (decimal): -15522011 or 2434835. OLE color: 2434835.

HSL color Cylindrical-coordinate representation of color #132725: hue angle of 174º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132725 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 39 37 -
CMYK 0.51 0 0.05 0.85
HSL 174º 0.34% 0.11% -
HSV(B) 174º 0.51% 0.15% -
XYZ 1.33 1.72 2.01 -
YUV 32.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 19 39 37 0.51 0 0.05 0.85 174 0.34 0.11
Hex 13 27 25 33 0 5 55 AE 22 B
Octal 23 47 45 63 0 5 125 256 42 13
Binary 10011 100111 100101 110011 0 101 1010101 10101110 100010 1011

Color Harmonies of #132725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132725

Black with #132725

Text Example


Text Example

White with #132725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132725; }

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

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

background-color css

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

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

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

border-color css

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

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

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