Html Css Color HEX #132C25 Racing Green

📋 copy color: '#132C25'

red 19 ◦ green 44 ◦ blue 37

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

Shades of Racing Green #132C25

Tints of Racing Green #132C25

RGB

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

 GREEN value IS 44 (17.58% from 255) = 44%

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

R = 19%
G = 44%
B = 37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.83

RGB Variations

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

Color information

#132C25 (or 0x132C25) is known color: Racing Green. HEX triplet: 13, 2C and 25. RGB value is (19,44,37). Sum of RGB (Red+Green+Blue) = 19+44+37=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 44 - color contains mainly: green. Hex color #132C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C25 is #ECD3DA. Grayscale: #232323. Windows color (decimal): -15520731 or 2436115. OLE color: 2436115.

HSL color Cylindrical-coordinate representation of color #132C25: hue angle of 163.2º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132C25 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 44 37 -
CMYK 0.57 0 0.16 0.83
HSL 163.2º 0.4% 0.12% -
HSV(B) 163.2º 0.57% 0.17% -
XYZ 1.5 2.07 2.07 -
YUV 35.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 19 44 37 0.57 0 0.16 0.83 163.2 0.4 0.12
Hex 13 2C 25 39 0 10 53 A3 28 C
Octal 23 54 45 71 0 20 123 243 50 14
Binary 10011 101100 100101 111001 0 10000 1010011 10100011 101000 1100

Color Harmonies of #132C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C25

Black with #132C25

Text Example


Text Example

White with #132C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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