Html Css Color HEX #132C26 Racing Green

📋 copy color: '#132C26'

red 19 ◦ green 44 ◦ blue 38

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

Shades of Racing Green #132C26

Tints of Racing Green #132C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 37.62%

R = 18.81%
G = 43.56%
B = 37.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.83

RGB Variations

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

Color information

#132C26 (or 0x132C26) is known color: Racing Green. HEX triplet: 13, 2C and 26. RGB value is (19,44,38). Sum of RGB (Red+Green+Blue) = 19+44+38=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 44 - color contains mainly: green. Hex color #132C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C26 is #ECD3D9. Grayscale: #232323. Windows color (decimal): -15520730 or 2501651. OLE color: 2501651.

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

Color convert

RGB 19 44 38 -
CMYK 0.57 0 0.14 0.83
HSL 165.6º 0.4% 0.12% -
HSV(B) 165.6º 0.57% 0.17% -
XYZ 1.52 2.08 2.16 -
YUV 35.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 19 44 38 0.57 0 0.14 0.83 165.6 0.4 0.12
Hex 13 2C 26 39 0 E 53 A6 28 C
Octal 23 54 46 71 0 16 123 246 50 14
Binary 10011 101100 100110 111001 0 1110 1010011 10100110 101000 1100

Color Harmonies of #132C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C26

Black with #132C26

Text Example


Text Example

White with #132C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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