Html Css Color HEX #132F27 Racing Green

📋 copy color: '#132F27'

red 19 ◦ green 47 ◦ blue 39

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

Shades of Racing Green #132F27

Tints of Racing Green #132F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 44.76%

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

R = 18.1%
G = 44.76%
B = 37.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.82

RGB Variations

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

Color information

#132F27 (or 0x132F27) is known color: Racing Green. HEX triplet: 13, 2F and 27. RGB value is (19,47,39). Sum of RGB (Red+Green+Blue) = 19+47+39=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 47 - color contains mainly: green. Hex color #132F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F27 is #ECD0D8. Grayscale: #252525. Windows color (decimal): -15519961 or 2567955. OLE color: 2567955.

HSL color Cylindrical-coordinate representation of color #132F27: hue angle of 162.86º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132F27 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 47 39 -
CMYK 0.60 0 0.17 0.82
HSL 162.86º 0.42% 0.13% -
HSV(B) 162.86º 0.6% 0.18% -
XYZ 1.65 2.32 2.28 -
YUV 37.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 19 47 39 0.60 0 0.17 0.82 162.86 0.42 0.13
Hex 13 2F 27 3C 0 11 52 A3 2A D
Octal 23 57 47 74 0 21 122 243 52 15
Binary 10011 101111 100111 111100 0 10001 1010010 10100011 101010 1101

Color Harmonies of #132F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F27

Black with #132F27

Text Example


Text Example

White with #132F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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