Html Css Color HEX #132C27 Racing Green

📋 copy color: '#132C27'

red 19 ◦ green 44 ◦ blue 39

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

Shades of Racing Green #132C27

Tints of Racing Green #132C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 38.24%

R = 18.63%
G = 43.14%
B = 38.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.83

RGB Variations

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

Color information

#132C27 (or 0x132C27) is known color: Racing Green. HEX triplet: 13, 2C and 27. RGB value is (19,44,39). Sum of RGB (Red+Green+Blue) = 19+44+39=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 44 - color contains mainly: green. Hex color #132C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C27 is #ECD3D8. Grayscale: #232323. Windows color (decimal): -15520729 or 2567187. OLE color: 2567187.

HSL color Cylindrical-coordinate representation of color #132C27: hue angle of 168º 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 #132C27 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 44 39 -
CMYK 0.57 0 0.11 0.83
HSL 168º 0.4% 0.12% -
HSV(B) 168º 0.57% 0.17% -
XYZ 1.54 2.09 2.24 -
YUV 35.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 19 44 39 0.57 0 0.11 0.83 168 0.4 0.12
Hex 13 2C 27 39 0 B 53 A8 28 C
Octal 23 54 47 71 0 13 123 250 50 14
Binary 10011 101100 100111 111001 0 1011 1010011 10101000 101000 1100

Color Harmonies of #132C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C27

Black with #132C27

Text Example


Text Example

White with #132C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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