#192E2B

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

Shades of Racing Green #192E2B

Tints of Racing Green #192E2B

Color information

#192E2B (or 0x192E2B) is unknown color: approx Racing Green. HEX triplet: 19, 2E and 2B. RGB value is (25,46,43). Sum of RGB (Red+Green+Blue) = 25+46+43=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 46 - color contains mainly: green. Hex color #192E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E2B is #E6D1D4. Grayscale: #272727. Windows color (decimal): -15126997 or 2829849. OLE color: 2829849.

HSL color Cylindrical-coordinate representation of color #192E2B: hue angle of 171.43º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #192E2B is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB254643-
CMYK0.4600.070.82
HSL171.43º29.58%13.92%-
HSV(B)171.43º45.65%18.04%-
XYZ1.812.342.64-
YUV39.38130.04117.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.93%
GREEN value IS 46 (18.36% from 255) = 40.35%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=21.93%
G=40.35%
B=37.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2546430.4600.070.82171.4329.5813.92
Hex192E2B2E0752ab1ee
Octal31565356071222533616
Binary110011011101010111011100111101001010101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192E2B; }

 p { color: rgb(25,46,43); }

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

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

 a { background-color: rgb(25,46,43); }

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

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

 span { border-color: rgb(25,46,43); }

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