#133027

Color #133027 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #133027

Tints of Racing Green #133027

Color information

#133027 (or 0x133027) is unknown color: approx Racing Green. HEX triplet: 13, 30 and 27. RGB value is (19,48,39). Sum of RGB (Red+Green+Blue) = 19+48+39=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #133027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133027 is #ECCFD8. Grayscale: #262626. Windows color (decimal): -15519705 or 2568211. OLE color: 2568211.

HSL color Cylindrical-coordinate representation of color #133027: hue angle of 161.38º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133027 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB194839-
CMYK0.6000.190.81
HSL161.38º43.28%13.14%-
HSV(B)161.38º60.42%18.82%-
XYZ1.692.42.29-
YUV38.3128.39114.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=17.92%
G=45.28%
B=36.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948390.6000.190.81161.3843.2813.14
Hex1330273C01351a12bd
Octal236047740231212415315
Binary100111100001001111111000100111010001101000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133027; }

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

 H1.HeaderClassName
 {
   color: #133027;
 }
 .AnyTagClassName
 {
   color: #133027;
 }
</style>
background-color css

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

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

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

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

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

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